ImGearPDFDocumentPageArray Class Members
In This Topic
The following tables list the members exposed by ImGearPDFDocumentPageArray.
Public Properties
| Name | Description |
| Item | Overridden.
Gets or sets an individual page.
|
Top
Public Methods
| Name | Description |
| Add | Overridden.
Adds new page at the end of the document.
|
| Clear | Overridden.
Removes all pages from the document.
|
| CopyTo | Overridden.
Copies all the pages from the current page array to destination page array.
|
| Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
| Insert | Overridden.
Inserts new page.
|
| Remove | Overridden.
Removes page from the document.
|
| RemoveAt | Overridden.
Removes page at given index.
|
Top
Protected Methods
| Name | Description |
| Finalize |
Finalizes an instance of the ImGearPDFDocumentPageArray class.
|
Top
See Also