A collection of PdfRepeatCanvas objects
Inheritance Hierarchy
HiQPdfPdfRepeatCanvasCollection
Namespace: HiQPdf
Assembly: HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
Syntax
The PdfRepeatCanvasCollection type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| 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
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetEnumerator |
Returns the repeated canvases collection enumerator
| |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also