Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

PdfViewerPreferences.Direction Property

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
PdfDirection

Indicates the content direction.

Available values:

Name Description
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