Click or drag to resize

IOrientationTPrintSettingsOrientation Property

Gets or sets the page orientation.

Namespace:  DotNetBrowser.Print.Settings
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
Orientation Orientation { get; set; }

Property Value

Type: Orientation
The page orientation.
Exceptions
ExceptionCondition
ArgumentExceptionThe specified page orientation is not supported by the printer.
See Also