Table of Contents
WebView.Print Method (PrinterSettings, PageSettings)

Print the current page or the current selected frame using the provided settings.

Syntax
 public WaitableTask Print(
   PrinterSettings printerSettings,
   PageSettings pageSettings
);

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.
Remarks

If a valid printerSettings value is supplied, then the print dialog will not be shown.

See Also