|
Available in the LEADTOOLS Imaging toolkit. |
Registering and Unregistering the TWAIN COM Object
Registering the COM Object
Before the TWAIN COM Object can be used, it must be registered. The installation program automatically registers the LEADTOOLS TWAIN COM Object. If you would like to manually register the object run REGSVR32.EXE found in the BIN directory and pass the name of the object (.DLL) to register as a parameter.
EX.:
REGSVR32 LtocxTwainu.dll will register the LEAD ActiveX Raster Twain Object Library.
Unregistering the COM Object
To unregister COM Objects, include the "/u" switch before the library name when running REGSVR32.EXE.
EX.:
REGSVR32 /u LtocxTwainu.dll will unregister the LEAD ActiveX Raster Twain Object Library.