Skip to main content

LinkBase.RightToLeftLayout Property

Specifies the orientation of the document’s content.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v23.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