Back to Devexpress

DocumentViewDirection Enum

officefileapi-devexpress-dot-xtrarichedit-ff65fa03.md

latest1.9 KB
Original Source

DocumentViewDirection Enum

Lists values indicating the page order in Print Layout view and in Print Preview.

Namespace : DevExpress.XtraRichEdit

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public enum DocumentViewDirection
vb
Public Enum DocumentViewDirection

Members

NameDescription
LeftToRight

Pages are displayed in left to right order.

| | RightToLeft |

Pages are displayed in right to left order.

|

The following properties accept/return DocumentViewDirection values:

LibraryRelated API Members
WinForms ControlsRichEditControl.DocumentViewDirection
WPF ControlsRichEditControl.DocumentViewDirection
Office File APIIRichEditControl.DocumentViewDirection

Remarks

The following properties use values listed in the DocumentViewDirection enumeration:

See Also

DevExpress.XtraRichEdit Namespace