HiQPdf Documentation

PdfPagesCollectionItem Property

Quickly Create High Quality PDFs
Returns the page at the given index in collection

Namespace:  HiQPdf
Assembly:  HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
Syntax

public PdfPage this[
	int index
] { get; set; }

Parameters

index
Type: SystemInt32
The page index

Return Value

Type: PdfPage
The page at the given index in collection
See Also

Reference