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




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

    Parameters

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