ShowPrintProgressDialog Property
In This Topic
Gets or sets a value indicating whether to show a cancellable print progress dialog while printing a document. If this property is false (which is the default), only a status progress bar shows print progress (and so printing cannot be cancelled).
Syntax
'Declaration
Public Property ShowPrintProgressDialog As Boolean
public bool ShowPrintProgressDialog {get; set;}
See Also