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.23.2
Syntax Exceptions Exception | Condition |
---|
ObjectDisposedException | The IPrintJobTPrintSettings has already been disposed. |
InvalidOperationException | The print settings were not applied properly. |
Remarks See Also