Click or drag to resize

IPrintSettingsApply Method

Applies the configured print settings. You should call this method to regenerate the internal print preview using the configured settings and update the total page count to be printed.

Namespace:  DotNetBrowser.Print.Settings
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
void Apply()
Exceptions
ExceptionCondition
ObjectDisposedException The IPrintJobTPrintSettings has already been disposed.
InvalidOperationException The print settings were not applied properly.
Remarks
This method is invoked automatically when you choose to proceed in the PrintHtmlContentHandler or PrintPdfContentHandler. If the settings cannot be applied at this point, the printing operation is canceled.
See Also