Click or drag to resize

Orientation Enumeration

The page orientation values used for printing.

Namespace:  DotNetBrowser.Print
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public enum Orientation
Members
  Member nameValueDescription
Unrecognized-1 The orientation is not recognized.
Unspecified0 Reserved value.
Landscape1The landscape orientation.
Portrait2The portrait orientation.
See Also