In This Topic

PagesLeft Property (GdViewer.AfterPrintPageEventArgs)

In This Topic
The number of pages left for printing.
Syntax
'Declaration

 

Public ReadOnly Property PagesLeft As Integer
public int PagesLeft {get;}
public read-only property PagesLeft: Integer; 
public function get PagesLeft : int
public: __property int get_PagesLeft();
public:

property int PagesLeft {

   int get();

}
See Also