Skip to main content

IPrintable.RightToLeftLayout Property

Gets or sets whether to enable a right-to-left layout in the printed document.

Namespace: DevExpress.WinUI.Printing

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

NuGet Package: DevExpress.WinUI

Declaration

bool RightToLeftLayout { get; }

Property Value

Type Description
Boolean

true to enable the RTL layout; otherwise, false.

See Also