PDF.PrintWithDialog

PDF.PrintWithDialog ( 

string  ObjectName )

Example 1

PDF.PrintWithDialog("PDF1");

Prints the pages of the PDF File (*.pdf) currently loaded in the PDF object named "PDF1" according to the options selected by the user from a settings dialog.

See also:  Related Actions