RtfToHtmlOrientation Enumeration |
Specifies page orientation.
Namespace: SautinSoftAssembly: SautinSoft.RtfToHtml (in SautinSoft.RtfToHtml.dll) Version: 2024.12.18
Syntax Public Enumeration Orientation
Members Member name | Value | Description |
---|
Portrait | 0 |
Portrait page orientation (narrow and tall).
|
Landscape | 1 |
Landscape page orientation (wide and short).
|
See Also