Back to Devexpress

PdfViewerPreferences.Direction Property

officefileapi-devexpress-dot-pdf-dot-pdfviewerpreferences.md

latest1.3 KB
Original Source

PdfViewerPreferences.Direction Property

Gets or sets the direction of the document content.

Namespace : DevExpress.Pdf

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

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public PdfDirection Direction { get; set; }
vb
Public Property Direction As PdfDirection

Property Value

TypeDescription
PdfDirection

Indicates the content direction.

|

Available values:

NameDescription
LeftToRight

Left-to-right direction.

| | RightToLeft |

Right-to-left direction.

|

Remarks

This property does not affect the document content or page numbering. Use this property to determine the relative position of the pages when they are displayed side-by-side.

See Also

PdfViewerPreferences Class

PdfViewerPreferences Members

DevExpress.Pdf Namespace