API Reference

Enum

PdfViewerDirection

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Viewer reading direction preference for generated PDFs.

Inheritance

  • Enum
  • PdfViewerDirection

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Values

public const PdfViewerDirection LeftToRight #

Displays pages from left to right.

Value: 0
public const PdfViewerDirection RightToLeft #

Displays pages from right to left.

Value: 1