Different read directions for text.
Namespace: TallComponents.PDFAssembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0
Syntax
| C# |
|---|
public enum ReadDirection |
| Visual Basic |
|---|
Public Enumeration ReadDirection |
Members
| Member name | Value | Description | |
|---|---|---|---|
| LeftToRight | 0 | Text is read from left to right. | |
| RightToLeft | 1 | Text is read from right to left (e.g. Arabic). | |
| Default | 2 | Depending of the usage this means: LeftToRight or InheritFromParent. |