Class | Header File | Examples | 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 | Examples\FileFormats\ClassLibrary\Offset | The LFile class extends LBaseFile to contain functions for loading, saving, and converting bitmaps from and to files on disk. |
LMemoryFile | LTCFILE.H | Examples\FileFormats\ClassLibrary\SaveMemory Examples\FileFormats\ClassLibrary\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 Ltwvcu.dll (Win32), Ltwvcx.dll (x64). 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 Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document