Table of Contents
IPdfViewer.Print Method 

Print the PDF file that is currently loaded in the PDF Viewer.

Syntax
 WaitableTask Print(
   PrinterSettings printerSettings = null,
   PageSettings pageSettings = null
);

Parameters

printerSettings
Set the default printer settings. Pass null to display the print dialog to ask user for the settings.
pageSettings
Set the default page settings. Pass null to use DefaultPageSettings of the printerSettings argument.
See Also