In This Topic

Cancel Property (GdViewer.BeforePrintPageEventArgs)

In This Topic
Gets or sets a value indicating whether the print job should be canceled. Switching this value to true will subsequently terminate the printing job.
Syntax
'Declaration
 
Public Property Cancel As Boolean
public bool Cancel {get; set;}
public read-write property Cancel: Boolean; 
public function get,set Cancel : boolean
public: __property bool get_Cancel();
public: __property void set_Cancel( 
   bool value
);
public:
property bool Cancel {
   bool get();
   void set (    bool value);
}
See Also