Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / PrintDocumentEventArgs Class / Cancel Property


In This Topic
Cancel Property (PrintDocumentEventArgs)
In This Topic
Gets or sets whether to cancel the print process. Note: Cancelling the print process cannot be reversed.
Syntax
'Declaration
 
Public Property Cancel As Boolean
 
'Usage
 
Dim instance As PrintDocumentEventArgs
Dim value As Boolean
 
instance.Cancel = value
 
value = instance.Cancel
See Also