Cancel Property (PrintPageEventArgs)
Gets or sets a value indicating whether the print job should be canceled.
'Declaration
Public Property Cancel As Boolean
public bool Cancel {get; set;}
Property Value
true if the print job should be canceled; otherwise,
false.