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);
true if the page should be printed in landscape orientation; otherwise false.
PageSettings Class | PageSettings Members | System.Drawing.Printing Namespace