PdfRepeatCanvasCollectionItem Property
Returns the canvas at the given index in collection
Namespace: HiQPdfAssembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
public PdfRepeatCanvas this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As PdfRepeatCanvas
Get
public:
property PdfRepeatCanvas^ default[int index] {
PdfRepeatCanvas^ get (int index);
}
member Item : PdfRepeatCanvas with get
- index Int32
- The canvas index in collection
PdfRepeatCanvasThe canvas at the given index