Skip to main content
All docs
V25.1
  • PdfViewerPreferences.Direction Property

    Gets or sets the direction of the document content.

    Namespace: DevExpress.Pdf

    Assembly: DevExpress.Pdf.v25.1.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