PageCollection.Add(Single, Single) Method
Adds a page with the specified width and height to the document.
Namespace: DevExpress.Docs.Pdf
Assembly: DevExpress.Docs.Pdf.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| width | Single | The page’s width. |
| height | Single | The page’s height. |
Returns
| Type | Description |
|---|---|
| Page | The added page. |
See Also