printSilently

Print the PDF file without user interaction.
printSilently([out, retval] VARIANT_BOOL *success)
This function prints the currently open PDF file. The file is printed to the default printer with no user interaction.

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

VB:
viewer.printSilently()
printWithDialog
print3