LEADTOOLS Image File Support (Leadtools.Codecs assembly)

UseSystemLocale Property

Show in webframe







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;}

            

            
 
get_UseSystemLocale();
set_UseSystemLocale(value);
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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.