HiQPdf Documentation

PdfRepeatCanvasCollectionItem Property

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

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

public PdfRepeatCanvas this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
The canvas index in collection

Return Value

Type: PdfRepeatCanvas
The canvas at the given index
See Also

Reference