Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.

DocumentViewDirection Enum

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

Namespace: DevExpress.XtraRichEdit

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

Declaration

public enum DocumentViewDirection

Members

Name Description
LeftToRight

Pages are displayed in left to right order.

RightToLeft

Pages are displayed in right to left order.

Related API Members

The following properties accept/return DocumentViewDirection values:

Library Related API Members
WinForms Controls RichEditControl.DocumentViewDirection
WPF Controls RichEditControl.DocumentViewDirection
Office File API IRichEditControl.DocumentViewDirection

Remarks

The following properties use values listed in the DocumentViewDirection enumeration:

See Also