Database Imaging – Class Library

Class

Header File

Comments

Help Files

Demo

LBaseFile

LTCFILE.H

The LBaseFile class is derived from LBase. This class is the base class for LEADTOOLS Class Library input/output operations. It contains basic operations for file I/O. With this class, you can override the default functions that LEADTOOLS uses for opening, closing, reading from, writing to, and seeking in files. This class forms the base for the LFile and LMemoryFile classes.

LTCLIBN.CHM

 

LFile

LTCFILE.H

The LFile class is derived from LBaseFile and extends it to contain functions for loading and saving bitmaps from and to files on disk.

LTCLIBN.CHM

\Examples\ClassLIb MSVC5\OFFSET

LMemoryFile

LTCFILE.H

The LMemoryFile class is derived from LBaseFile and extends it to contain functions for loading and saving bitmaps from and to files in memory buffers, as opposed to files on disk.

LTCLIBN.CHM

\Examples\ClassLib\MSVC5\SAVEMEM

\Examples\ClassLib\MSVC5\MEMORY

The LEADTOOLS Class Library provides low level of input/output support for working with databases. For more high-level support, refer to LEADTOOLS Main ActiveX, LEADTOOLS Main VCL, LEADTOOLS OLEDB ActiveX, LEADTOOLS Raster ODBC COM Object, LEADTOOLS Raster OLEDB COM Object.

The LEADTOOLS Class Library DLL module is LTWVC14N.DLL. All classes are located in this DLL, but this DLL may require other DLLs. Refer to the "Files To Be Included With Your Application" topic in the help file for more information.