Table of Contents
WebView.Print Method (PrinterSettings)

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

Syntax
 public WaitableTask Print(
   PrinterSettings printerSettings
);

Parameters

printerSettings
Set the default printer settings. Pass null to display the print dialog to ask user for the settings.
Remarks

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

See Also