PageCollection.Item[Int32] Property
Gets or sets the page at the specified index.
Namespace: DevExpress.Docs.Pdf
Assembly: DevExpress.Docs.Pdf.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| index | Int32 | The zero-based index of the page to obtain. |
Property Value
| Type | Description |
|---|---|
| Page | The page at the specified index. |
See Also