PdfViewerPreferencesDirection Property Terminal Works - PDF Printing.Net Library
The predominant reading order for text: LeftToRight or RightToLeft (including vertical writing systems, such as Chinese, Japanese, and Korean). This entry has no direct effect on the document’s contents or page numbering but can be used to determine the relative positioning of pages when displayed side by side or printed n-up. Default value: LeftToRight.

Namespace: PdfEdit.Pdf
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.1.1.0 (5.1.1.0)
Syntax

public Nullable<PdfReadingDirection> Direction { get; set; }

Property Value

Type: NullablePdfReadingDirection
See Also

Reference