Initializes a new instance of the SmartZoneOCR class with the path to the SmartZone OCR resources directory and language for recognition.
            
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Function New( _
   ByVal  As String, _
   ByVal  As Language, _
   ByVal  As String _
)
             
        
            
            'Usage
 
Dim OCRDataPath As String
Dim language As Language
Dim pathToLibrary As String
 
Dim instance As New SmartZoneOCR(OCRDataPath, language, pathToLibrary)
             
        
            
            public SmartZoneOCR( 
   string ,
   Language ,
   string 
)
             
        
            
            public: SmartZoneOCR( 
   string* ,
   Language ,
   string* 
)
             
        
            
            public:
SmartZoneOCR( 
   String^ ,
   Language ,
   String^ 
)
             
        
             
        
            Parameters
- OCRDataPath
 
- Specifies the path to the SmartZone OCR resource directory.
 - language
 
- Specifies the recognition language.
 - pathToLibrary
 
- The directory path to the Accusoft.SmartZoneOcr.Common library files.
 
             
            
            
            
            
            
            
            
            
            
            
            
            See Also