IRichEditControl.DocumentViewDirection Property
In This Article
Specifies the page order in Print Layout view and in Print Preview.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
DocumentViewDirection DocumentViewDirection { get; }
#Property Value
Type | Description |
---|---|
Document |
One of the Document |
Available values:
Name | Description |
---|---|
Left |
Pages are displayed in left to right order. |
Right |
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