Skip to main content

PageSetupEditorForm.Landscape Property

Gets the page orientation.

Namespace: DevExpress.XtraPrinting.Preview

Assembly: DevExpress.XtraPrinting.v22.2.dll

NuGet Package: DevExpress.Win.Printing

Declaration

[Browsable(false)]
public bool Landscape { get; }

Property Value

Type Description
Boolean

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

See Also