PageCollection.Add(Page) Method
Adds a page to the collection.
Namespace: DevExpress.Docs.Pdf
Assembly: DevExpress.Docs.Pdf.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| item | Page | The page to add. |
Remarks
Note
You cannot add the same Page object to the collection multiple times at different indexes. Each time you add it, the object moves to a new index. Call the Clone method to copy pages.
See Also