SmartZone v8.0 - Updated January 12, 2025
Accusoft.SmartZoneOCR.Net Assembly / Accusoft.SmartZoneOCRSdk Namespace / CharacterSet Class / CharacterSet Constructor / CharacterSet Constructor(CharacterSet)
The CharacterSet object to construct the new character set with the new instance equivalent to the parameter.




In This Topic
CharacterSet Constructor(CharacterSet)
In This Topic
Initializes a new instance of the CharacterSet class with a given CharacterSet.
Syntax
'Declaration
 
Public Function New( _
   ByVal charSet As CharacterSet _
)
 
'Usage
 
Dim charSet As CharacterSet
 
Dim instance As New CharacterSet(charSet)

Parameters

charSet
The CharacterSet object to construct the new character set with the new instance equivalent to the parameter.
See Also