Class |
Header File |
Comments |
Help Files |
Demo Project Source Code |
LBaseFile |
LTCFILE.H |
The LBaseFile class is derived from LBase. This class is the base class for LEADTOOLS C++ 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. Provides both low- and high-level functions that can be used to load/save/convert image files. These functions allow you to work with files in memory buffers or at offsets within disk files. |
\Examples\ClassLibrary\MSVC\MainDEMO \Examples\ClassLibrary\MSVC\ABC \Examples\ClassLibrary\MSVC\DIMENS \Examples\ClassLibrary\MSVC\INFO \Examples\ClassLibrary\MSVC\LOADCB \Examples\ClassLibrary\MSVC\LOADSAVE \Examples\ClassLibrary\MSVC\OFFSET \Examples\ClassLibrary\MSVC\SAVECB \Examples\ClassLibrary\MSVC\SIMPLELOAD \Examples\ClassLibrary\MSVC\STAMPGET \Examples\ClassLibrary\MSVC\STAMPPUT |
|
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. |
\Examples\ClassLibrary\MSVC\MEMORY \Examples\ClassLibrary\MSVC\MEMORYCB \Examples\ClassLibrary\MSVC\SAVEMEMORY |
The LEADTOOLS C++ Class Library provides low level support for File Formats.
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 the "Files To Be Included With Your Application" topic in the help file for more information.
File Format support also requires one or more LEAD File Format Filter DLLs.
For example, LF???.DLL.
Each file filter DLL supports one or more file formats for import and export. Refer to the "Files To Be Included With Your Application" topic in the help file for more information about each file filter DLL.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET