Accusoft.PrintPro8.Net
Page Property




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

Property Value

An integer value which represents the current page number of the document for the print job.
Remarks

The default value is 0.

See Also

Reference

PrintJob Class
PrintJob Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback