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 LTRTN14N.DLL will register the LEAD RasterTwain 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 LTRTN14N.DLL will unregister the LEAD RasterTwain Object Library.