Get or set a value indicating whether the page is printed in landscape or portrait orientation.
Returns:
True if the page should be printed in landscape orientation; otherwise, false.
Namespace: Spire.Pdf.PrintAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public bool Landscape { get; set; }
Public Property Landscape As Boolean Get Set
public: property bool Landscape { bool get (); void set (bool value); }
member Landscape : bool with get, set