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