Error processing SSI file
LEADTOOLS Image File Support (Leadtools.Codecs assembly)

LEADTOOLS SDK Help   |       |    Show Table of Contents    |   

UseSystemLocale Property








Indicates whether to use the current Windows locale (code page) when rendering text files.
Syntax
public bool UseSystemLocale {get; set;}
public bool UseSystemLocale {get; set;}
public boolean isUseSystemLocale()
public void setUseSystemLocale(boolean useSystemLocale)
            
 <br/>get_UseSystemLocale();<br/>set_UseSystemLocale(value);<br/>Object.defineProperty('UseSystemLocale'); 
public:
property bool UseSystemLocale {
   bool get();
   void set (    bool value);
}
'Declaration
 
Public Property UseSystemLocale As Boolean
 
'Usage
 
Dim instance As CodecsTxtLoadOptions
Dim value As Boolean
 
instance.UseSystemLocale = value
 
value = instance.UseSystemLocale

Property Value

true to use the current Windows locale (code page) when rendering text files, otherwise; false.
Example
For an example, refer to CodecsTxtOptions.
Requirements

Target Platforms

See Also

Reference

CodecsTxtLoadOptions Class
CodecsTxtLoadOptions Members

Error processing SSI file