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!

PageSettings.Landscape

Gets or sets a value indicating whether the page should be printed in landscape or portrait orientation.

[Visual Basic]
Public Property Landscape As Boolean
[C#]
public bool Landscape {get; set;}
[C++]
public: __property bool get_Landscape();
public: __property void set_Landscape(bool);
[JScript]
public function get Landscape() : Boolean;
public function set Landscape(Boolean);

Property Value

true if the page should be printed in landscape orientation; otherwise false.

See Also

PageSettings Class | PageSettings Members | System.Drawing.Printing Namespace