Database Imaging C++ Class Library

Class Header File \Examples\ClassLibrary Comments
LBaseFile LTCFILE.H The LBaseFile class is derived from LBase, and is the base class for LEADTOOLS C++ Class Library input/output operations. It contains basic operations for file I/O. Use this class to 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.
LFile LTCFILE.H \MSVC\Offset The LFile class extends LBaseFile to contain functions for loading, saving, and converting bitmaps from and to files on disk.
LMemoryFile LTCFILE.H \MSVC\SAVEMEMORY
\MSVC\MEMORY
The LMemoryFile class extends LBaseFile to contain to functions for loading and saving bitmaps from and to files in memory buffers, as opposed to files on disk.

NOTE: The LEADTOOLS C++ Class Library provides low level input/output support for working with databases.

The LEADTOOLS C++ Class Library DLL module is LTWVC?.DLL. All classes are located in this DLL, but this DLL may require other DLLs. Refer to Files to be Included With Your Application for more information.

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Getting Started with LEADTOOLS