Click or drag to resize

PrintCompletedEventArgsTPrintSettingsIsCompletedSuccessfully Property

Indicates whether the printing is completed successfully.

Namespace:  DotNetBrowser.Print.Events
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
public bool IsCompletedSuccessfully { get; }

Property Value

Type: Boolean
true if the printing is completed successfully, false otherwise.
See Also