SmartZone v8.0 - Updated
Accusoft.SmartZoneICR.Net Assembly / Accusoft.SmartZoneICRSdk Namespace / SmartZoneICR Class / SmartZoneICR Constructor / SmartZoneICR Constructor(String)
Path the directory which contains the SmartZoneICR library file.




In This Topic
    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 pathToLibrary As String _
    )
    'Usage
     
    
    Dim pathToLibrary As String
     
    Dim instance As New SmartZoneICR(pathToLibrary)
    public SmartZoneICR( 
       string pathToLibrary
    )
    public: SmartZoneICR( 
       string* pathToLibrary
    )
    public:
    SmartZoneICR( 
       String^ pathToLibrary
    )

    Parameters

    pathToLibrary
    Path the directory which contains the SmartZoneICR library file.
    Remarks
    The Windows native libraries are Accusoft.SmartZoneICR.Common.dll and Accusoft.SmartZoneICR.Common64.dll. For Linux distributions, the name of the file is Accusoft.SmartZoneICR.CommonLinux64.so.
    See Also