PdfRepeatCanvasCollection Class

A collection of PdfRepeatCanvas objects

Definition

Namespace: HiQPdf
Assembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
C#
public class PdfRepeatCanvasCollection
Inheritance
Object    PdfRepeatCanvasCollection

Properties

Count The number of canvases in collection
Item Returns the canvas at the given index in collection
PdfDocument The PDF document owning this canvases collection

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetEnumerator Returns the repeated canvases collection enumerator
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also