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

Show in webframe

UseSystemLocale Property








Indicates whether to use the current Windows locale (code page) when rendering text files.
Syntax
public bool UseSystemLocale {get; set;}
'Declaration
 
Public Property UseSystemLocale As Boolean
'Usage
 
Dim instance As CodecsTxtLoadOptions
Dim value As Boolean
 
instance.UseSystemLocale = value
 
value = instance.UseSystemLocale
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);
}

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