Skip to main content
A newer version of this page is available. .

LinkBase.RightToLeftLayout Property

Specifies the orientation of the document’s content.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

[DefaultValue(false)]
public bool RightToLeftLayout { get; set; }

Property Value

Type Default Description
Boolean false

true, if the right-to-left layout is enabled; otherwise, false.

See Also