Gets or sets a value indicating whether the print job should be canceled.
[Visual Basic] Public Property Cancel As Boolean [C#] public bool Cancel {get; set;} [C++] public: __property bool get_Cancel(); public: __property void set_Cancel(bool); [JScript] public function get Cancel() : Boolean; public function set Cancel(Boolean);
true if the print job should be cancelled; otherwise, false.
PrintPageEventArgs Class | PrintPageEventArgs Members | System.Drawing.Printing Namespace