Click or drag to resize

CPDFDocumentPageAtIndex Method

Returns a CPDFPage object representing the page at index. Indexes are zero based. This method will return null if index is out of bounds.

Namespace:  ComPDFKit.PDFDocument
Assembly:  ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.0.0.0
Syntax
C#
public CPDFPage PageAtIndex(
	int pageIndex,
	bool isNeedParse = true
)

Parameters

pageIndex
Type: SystemInt32
The page index
isNeedParse (Optional)
Type: SystemBoolean
Whether to parse.

Return Value

Type: CPDFPage
CPDFPage object.
See Also