A flag in HTML to PDF element indicating if the supplemental languages (complex script, right-to-left, East Asian) support was enabled in Windows XP Regional and Language Options. The default value is false.

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

Syntax

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

Property Value

Type: Boolean

See Also