Different read directions for text.

Namespace: TallComponents.PDF
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

Syntax

C#
public enum ReadDirection
Visual Basic
Public Enumeration ReadDirection

Members

Member nameValueDescription
LeftToRight0 Text is read from left to right.
RightToLeft1 Text is read from right to left (e.g. Arabic).
Default2 Depending of the usage this means: LeftToRight or InheritFromParent.

See Also