'DeclarationPublic Function New( _ ByVal pathToLibrary As String _ )
'UsageDim pathToLibrary As String Dim instance As New SmartZoneOCR(pathToLibrary)
public SmartZoneOCR( string pathToLibrary )
public: SmartZoneOCR( string* pathToLibrary )
public: SmartZoneOCR( String^ pathToLibrary )
Parameters
- pathToLibrary
 - The directory path to the Accusoft.SmartZoneOcr.Common library files.
 
