PdfRepeatCanvasCollectionItem Property

Returns the canvas at the given index in collection

Definition

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

Parameters

index  Int32
The canvas index in collection

Return Value

PdfRepeatCanvas
The canvas at the given index

See Also