Click or drag to resize
ViewerTextOrder Enumeration
Used in ViewerPreferences to specify the predominant reading order for text.

Namespace: ExpertPdf.HtmlToPdf
Assembly: ExpertPdf.HtmlToPdf (in ExpertPdf.HtmlToPdf.dll) Version: 11.0.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