Skip to main content

Link.Landscape Property

Gets or sets whether the printed page orientation is landscape.

Namespace: DevExpress.WinUI.Printing

Assembly: DevExpress.WinUI.Printing.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public bool Landscape { get; set; }

Property Value

Type Description
Boolean

true if the printed page orientation is landscape; false if the printed page orientation is portrait.

See Also