PdfPagesCollectionItem Property

Returns the page at the given index in collection

Definition

Namespace: HiQPdf
Assembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
C#
public PdfPage this[
	int index
] { get; set; }

Parameters

index  Int32
The page index

Return Value

PdfPage
The page at the given index in collection

See Also