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