PdfViewerPreferences.Direction Property
In This Article
Gets or sets the direction of the document content.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
#Declaration
public PdfDirection Direction { get; set; }
#Property Value
Type | Description |
---|---|
Pdf |
Indicates the content direction. |
Available values:
Name | Description |
---|---|
Left |
Left-to-right direction. |
Right |
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