Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfViewerPreferences.Direction Property

Gets or sets the direction of the document content.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v21.1.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public PdfDirection Direction { get; set; }

Property Value

Type Description
PdfDirection

Indicates the content 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