PageCount Property (OutputRange)
In This Topic
Gets the total number of pages in the range. Note that if the MaxPageNumber has not been set, this property will get int.MaxValue.
Syntax
'Declaration
Public ReadOnly Property PageCount As Integer
public int PageCount {get;}
See Also