printWithDialog

Print the PDF file with a printing dialog.
printWithDialog([out, retval] VARIANT_BOOL *success)
This function prints the currently open PDF file. The standard Windows printing dialog is displayed, allowing the user to select a printer, etc.

printWithDialog returns true if printing was successful, and false if there was an error.

VB:
viewer.printWithDialog()
printSilently
print3