Skip to main content

IRichEditControl.DocumentViewDirection Property

Specifies the page order in Print Layout view and in Print Preview.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.RichEdit.v23.2.Core.dll

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

DocumentViewDirection DocumentViewDirection { get; }

Property Value

Type Description
DocumentViewDirection

One of the DocumentViewDirection enumeration values indicating the page order.

Available values:

Name Description
LeftToRight

Pages are displayed in left to right order.

RightToLeft

Pages are displayed in right to left order.

Remarks

Use the DocumentViewDirection property to specify the page order in Print Layout View and in Print Preview (when it displays multiple pages).

See Also