Page Constructors
A page in a PDF document.| Name | Parameters | Description |
|---|---|---|
| Page() | none | Initializes a new instance of the Page class. |
| Page(DXPaperKind) | kind | Initializes a new instance of the Page class with specified settings. |
| Page(Single, Single) | width, height | Initializes a new instance of the Page class with specified settings. |
See Also