Pdf |
The PdfPageObjectsCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| Count | Gets the number of PdfPageObject contained in the collection. | |
| Form | Gets the PdfFormObject that contains this collection of page objects. | |
| Handle | Gets the Pdfium SDK handle that the collection is bound to | |
| IsDisposed |
Gets a value indicating whether the object has been disposed of.
Field Valuetrue if the control has been disposed of; otherwise, false. | |
| IsReadOnly | Gets a value indicating whether the collection is read-only. | |
| Item | Gets the PdfPageObject at the specified index |
| Name | Description | |
|---|---|---|
| Add | Adds a PdfPageObject to the collection | |
| CalcuateBoundingBox | Calculate a bounding rectangle enclosing all objects in the collection. | |
| Clear | Removes all PdfPageObject from the collection | |
| Contains | Determines whether the collection contains a specific PdfPageObject. | |
| CopyTo | Copies the elements of the collections to an System.Array, starting at a particular System.Array index. | |
| Dispose | Releases all resources used by the PdfPageCollection. | |
| Dispose(Boolean) | Releases all resources used by the PdfImageObject. | |
| GenerateToStream | Generate XObject stream from this page object list. | |
| GetEnumerator | Returns an enumerator that iterates through the collection. | |
| IndexOf | Determines the index of a specific PdfPageObject in the collection. | |
| Insert | Inserts a PdfPageObject to the collection at the specified index. | |
| InsertObject(PdfPageObject) | Obsolete. Adds a PdfPageObject to the collection | |
| InsertObject(PdfPageObject, Int32) | Obsolete. Insert an object to the collection. The page object is automatically freed. | |
| ParseXObject | Parse the stream and constructs a collection of page objects stored in that stream. | |
| Remove | Removes the first occurrence of a specific PdfPageObject from the collection. | |
| RemoveAt | Removes the PdfPageObject at the specified index. |