Click or drag to resize

ViewerTextOrder Enumeration

Used in ViewerPreferences to specify the predominant reading order for text.

Namespace: ExpertPdf.PdfCreator
Assembly: epdfcreator (in epdfcreator.dll) Version: 21.1.0
Syntax
public enum ViewerTextOrder
Members
Member nameValueDescription
L2R0 Left to right.
R2L1 Right to left ( including vertical writing systems such as Chinese, Japanese, and Korean ).
See Also