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




Add(CharacterSet) Method
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)

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