Sets the text direction to left-to-right.
Namespace:
BitMiracle.Docotic.Pdf.Layout
Assembly:
BitMiracle.Docotic.Pdf.Layout (in BitMiracle.Docotic.Pdf.Layout.dll)
Syntax
C#
public TextStyle DirectionLeftToRight()
VB
Public Function DirectionLeftToRight As TextStyle
Return Value
Type:
TextStyleThe copy of this style with the applied direction.
See Also