Pdf |
The PdfIndirectList type exposes the following members.
| Name | Description | |
|---|---|---|
| Count | Gets the number of elements contained in the list. | |
| Handle | Gets the Pdfium SDK handle that the object is bound to | |
| Item | Gets or sets the object from the list with the specified number | |
| LastObjectNum | Gets the number of the last object in the list. |
| Name | Description | |
|---|---|---|
| Add | Adds an object to the end of the list. | |
| FromFdfDocument | Gets the list of indirect objects from specified Forms Data Format document | |
| FromPdfDocument | Gets the list of indirect objects from specified PDF document | |
| GetEnumerator | Returns an enumerator that iterates through the collection. | |
| Remove | Destroy specified object and remove its from the list. |