GetMinPageNumber Method (ExportUtil)
In This Topic
Returns the minimum page number for the specified document.
Syntax
'Declaration
Public Shared Function GetMinPageNumber( _
ByVal As Object _
) As Integer
public static int GetMinPageNumber(
object
)
Parameters
- document
- The target document.
Return Value
The minimum page number valid for this document.
See Also