Skip to main content

PageSetupEditorForm.Landscape Property

Gets the page orientation.

Namespace: DevExpress.XtraPrinting.Preview

Assembly: DevExpress.XtraPrinting.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, 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