PrintPageRange.LastPageNumber 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 last page number of the print range.
public:
property int LastPageNumber { int get(); };
int LastPageNumber();
public int LastPageNumber { get; }
var int32 = printPageRange.lastPageNumber;
Public ReadOnly Property LastPageNumber As Integer
Property Value
Int32
int
The last page number of the print range.