Returns the minimum page number for the specified document.

Namespace:  C1.C1Preview.Export
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public static int GetMinPageNumber(
	Object document
)
Visual Basic
Public Shared Function GetMinPageNumber ( _
	document As Object _
) As Integer

Parameters

document
Type: System..::..Object
The target document.

Return Value

The minimum page number valid for this document.

See Also