Enum Orientation
- Namespace
- DotNetBrowser.Print
- Assembly
- DotNetBrowser.dll
The page orientation values used for printing.
public enum Orientation
Fields
Landscape = 1The landscape orientation.
Portrait = 2The portrait orientation.
Unrecognized = -1The orientation is not recognized.
Unspecified = 0Reserved value.