Registering and Unregistering the Screen Capture COM Object

Registering a COM Object

Before the Screen Capture COM Object can be used, it must be registered. The installation program automatically registers all the LEADTOOLS Screen Capture 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 LTRSC14N.DLL will register the LEAD Raster Screen Capture Object.

Unregistering a COM Object

To unregister COM Objects, include the "/u" switch before the library name when running REGSVR32.EXE.

EX.:

REGSVR32 /u LTRSC14N.DLL will unregister the LEAD Raster Screen Capture Object.