Click or drag to resize

PdfPageCollectionItem Property

Gets the PdfPage at the specified index.

Namespace:  RadPdf.Data.Document.Pages
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public PdfPage this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
The zero-based index of the PdfPage to get or set.

Return Value

Type: PdfPage
The PdfPage at the specified index.
Remarks
This is 0 indexed, so the first page is at index 0.
See Also