Set this property true if the text is in a RTL language.

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

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

Property Value

Type: Boolean

See Also