PrintOptions.PageOrientation Property
Specifies the orientation of pages to be printed.
Namespace: DevExpress.Docs.Pdf.Printing
Assembly: DevExpress.Docs.Pdf.v26.1.dll
Declaration
Property Value
| Type | Description |
|---|---|
| PrintPageOrientation | An enumeration value that specifies the page orientation. |
Available values:
| Name | Description |
|---|---|
| Auto | The orientation is defined automatically to fit the page content to the specific paper type. |
| Portrait | The page is printed in portrait orientation. |
| Landscape | The page is printed in landscape orientation. |
See Also