Gets the page orientation.
Namespace:DevExpress.XtraPrinting.Preview
Assembly:DevExpress.XtraPrinting.v19.2.dll

Syntax
C# |
public bool Landscape { get; }
|
VB |
Public ReadOnly Property Landscape As Boolean
|
Property value
Type: Boolean
true if the page orientation is landscape; otherwise, false.

See Also