Gets or sets the value that indicates text direction mode.

Namespace: Spire.Pdf.Graphics
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public bool RightToLeft { get; set; }
Public Property RightToLeft As Boolean
	Get
	Set
public:
property bool RightToLeft {
	bool get ();
	void set (bool value);
}
member RightToLeft : bool with get, set

Property Value

Boolean

Remarks

Note, that this property doesn't change any alignment of the text. property should be set manually to align the text. This property just enables or disables support of right to left approach. If the value is False, the text won't be checked for right to left symbols occurrence.

See Also