Different read directions for text.
Namespace: TallComponents.PDF.Layout.ParagraphsAssembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0
Syntax
| C# |
|---|
public enum FragmentReadDirection |
| Visual Basic |
|---|
Public Enumeration FragmentReadDirection |
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). | |
| InheritFromParent | 2 | The direction of the parent is used. |