PageCollection.Contains(Page) Method
Determines whether the collection contains a specific page.
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 |
|---|---|
| Boolean |
|
See Also