Gets the current page number of the document for the print job.
public: __property int get_Page();
public:
property int Page {
int get();
}
'Declaration
Public ReadOnly Property Page As Integer
'Usage
Dim instance As PrintJob
Dim value As Integer
value = instance.Page
Property Value
An integer value which represents the current page number of the document for the print job.