In This Topic

PrintDialog Method (GdViewer)

In This Topic
Invokes the standard Windows Print dialog box allowing you to print the displayed document by selecting additional settings.
Overload List
OverloadDescription
Invokes the standard Windows Print dialog box, which allows you to select additional options or settings and then to print the document currently displayed in the GdViewer control. You can also adjust the size of printed pages according to your preference using this method for printing.

During the print process, the BeforePrintPage and the AfterPrintPage events are raised just before and right after the single page is printed.

 
Invokes the standard Windows Print dialog box, which allows you to select additional options or settings and then to print the document currently displayed in the GdViewer control. You can also adjust the size of printed pages according to your preference using this method for printing. At the same time, you can specify the top-level window that will own the modal dialog box.

During the print process, the BeforePrintPage and the AfterPrintPage events are raised just before and right after the single page is printed.

 
See Also