GetMaxPageNumber(Object,Int32) Method
In This Topic
Gets the maximum valid physical page number (1-based index) for the specified document.
Syntax
'Declaration
Public Overloads Shared Function GetMaxPageNumber( _
ByVal As Object, _
ByVal As Integer _
) As Integer
public static int GetMaxPageNumber(
object ,
int
)
Parameters
- document
- The target document.
- pageCount
- The page count.
Return Value
The maximum page number valid for this document.
See Also