A flag in HTML to PDF converter 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: EvoPdfAssembly: 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