In This Topic

Cancel Property (GdViewer.AfterPrintPageEventArgs)

In This Topic
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