Gets a DocumentLocation object defining page in document.

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

Syntax

C#
DocumentLocation GetPageDocumentLocation(
	int pageIndex
)
Visual Basic
Function GetPageDocumentLocation ( _
	pageIndex As Integer _
) As DocumentLocation

Parameters

pageIndex
Type: System..::..Int32
Zero-base page index

Return Value

DocumentLocation object or null if page index is not valid.

See Also