PageCollection.IndexOf(Page) Method
Returns the zero-based index of the first occurrence of a page in the collection.
Namespace: DevExpress.Docs.Pdf
Assembly: DevExpress.Docs.Pdf.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| item | Page | The page to locate in the collection. |
Returns
| Type | Description |
|---|---|
| Int32 | The zero-based index of the first occurrence of the item within the collection; otherwise, –1. |
See Also