SmartZone v7.2 - Updated
Language Property (CharacterSet)




Accusoft.SmartZoneICR.Net Assembly > Accusoft.SmartZoneICRSdk Namespace > CharacterSet Class : Language Property
Gets and sets the Language for the character set.
Syntax
'Declaration
 
Public Property Language As Language
'Usage
 
Dim instance As CharacterSet
Dim value As Language
 
instance.Language = value
 
value = instance.Language
public Language Language {get; set;}
public: __property Language get_Language();
public: __property void set_Language( 
   Language value
);
public:
property Language Language {
   Language get();
   void set (    Language value);
}
Remarks

Default value: WesternEuropean

This property allows for the selection of characters in a language.

See Also

Reference

CharacterSet Class
CharacterSet Members
Language Enumeration

Is this page helpful?
Yes No
Thanks for your feedback.