NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

PrinterSettings.LandscapeAngle

Gets the angle, in degrees, which the portrait orientation is rotated to produce the landscape orientation.

[Visual Basic]
Public ReadOnly Property LandscapeAngle As Integer
[C#]
public int LandscapeAngle {get;}
[C++]
public: __property int get_LandscapeAngle();
[JScript]
public function get LandscapeAngle() : int;

Property Value

The angle, in degrees, which the portrait orientation is rotated to produce the landscape orientation.

Remarks

Legal rotation values are 90 and 270 degrees. If landscape is not supported, the only legal rotation value is 0 degrees.

See Also

PrinterSettings Class | PrinterSettings Members | System.Drawing.Printing Namespace | Copies | DefaultPageSettings | Duplex | FromPage | MaximumCopies | MaximumPage | MinimumPage | PrintRange | PrinterName | ToPage