SmartZoneOCR Constructor(String)
In This Topic
Initializes a new instance of the SmartZoneOCR class with a directory path to the
Accusoft.SmartZoneOCR.Common library files
Syntax
'Declaration
Public Function New( _
ByVal As String _
)
'Usage
Dim pathToLibrary As String
Dim instance As New SmartZoneOCR(pathToLibrary)
public SmartZoneOCR(
string
)
public: SmartZoneOCR(
string*
)
public:
SmartZoneOCR(
String^
)
Parameters
- pathToLibrary
- The directory path to the Accusoft.SmartZoneOcr.Common library files.
See Also