SmartZone v8.0 - Updated
Accusoft.SmartZoneOCR.Net Assembly / Accusoft.SmartZoneOCRSdk Namespace / CharacterSet Class / Add Method / Add(CharacterSet) Method
A CharacterSet to add.




In This Topic
    Add(CharacterSet) Method
    In This Topic
    Adds characters to the CharacterSet.
    Syntax
    'Declaration
     
    
    Public Overloads Overridable Sub Add( _
       ByVal charSet As CharacterSet _
    ) 
    'Usage
     
    
    Dim instance As CharacterSet
    Dim charSet As CharacterSet
     
    instance.Add(charSet)
    public virtual void Add( 
       CharacterSet charSet
    )
    public: virtual void Add( 
       CharacterSet* charSet
    ) 
    public:
    virtual void Add( 
       CharacterSet^ charSet
    ) 

    Parameters

    charSet
    A CharacterSet to add.
    Exceptions
    ExceptionDescription
    Thrown when resulting CharacterSet would contain a mixture of Greek and non-Greek characters.
    Thrown when adding a character set to a Chinese(all), Japanese, or Korean character set.
    Thrown when adding a character set from other than Thai or English to the Thai character set.
    Thrown when adding a character set from other than Vietnamese or English to the Vietnamese character set.
    Remarks
    The method allows you to add characters to the CharacterSet.
    See Also