Page.Clone(DocumentCloneContext) Method
Creates a copy of the page.
Namespace: DevExpress.Docs.Pdf
Assembly: DevExpress.Docs.Pdf.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| context | DocumentCloneContext | An object that contains information about the cloning process. |
Returns
| Type | Description |
|---|---|
| Page | A copy of the page. |
See Also