SmartZone v8.0 - Updated
Accusoft.SmartZoneOCR.Net Assembly / Accusoft.SmartZoneOCRSdk Namespace / CharacterSet Class / Language Property




In This Topic
    Language Property (CharacterSet)
    In This Topic
    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);
    }
    Exceptions
    ExceptionDescription
    Thrown when set to Chinese(all), Japanese, or Korean language unless for known character set AllCharacters.
    Remarks

    Default value: WesternEuropean

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

    See Also