| 
PrivateFontPath
UseArabicConcatenationRules Property
  | 
 Gets or sets a value indicating whether use arabic concatenation rules. default is true.
 Namespace:
 Spire.Doc
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public bool UseArabicConcatenationRules { get; set; }
 
Public Property UseArabicConcatenationRules As Boolean
	Get
	Set
 
public:
property bool UseArabicConcatenationRules {
	bool get ();
	void set (bool value);
}
 
member UseArabicConcatenationRules : bool with get, set
 
 
 
Property Value
 
 Type:
 
Boolean
 
true
 
 if true use arabic concatenation rules,
 
false
 
 .
 
 See Also
See Also