PrintPageRange.FirstPageNumber Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the first page number of the print range.
public:
property int FirstPageNumber { int get(); };
int FirstPageNumber();
public int FirstPageNumber { get; }
var int32 = printPageRange.firstPageNumber;
Public ReadOnly Property FirstPageNumber As Integer
Property Value
Int32
int
The first page number of the print range.