Back to Devexpress

PrintingSystemBase.Landscape Property

corelibraries-devexpress-dot-xtraprinting-dot-printingsystembase-b1d4049d.md

latest1.1 KB
Original Source

PrintingSystemBase.Landscape Property

Gets the orientation of a report page.

Namespace : DevExpress.XtraPrinting

Assembly : DevExpress.Printing.v25.2.Core.dll

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
[Browsable(false)]
public bool Landscape { get; }
vb
<Browsable(False)>
Public ReadOnly Property Landscape As Boolean

Property Value

TypeDescription
Boolean

true , if the landscape page orientation is used; otherwise, false.

|

See Also

PrintingSystemBase Class

PrintingSystemBase Members

DevExpress.XtraPrinting Namespace