Available in LEADTOOLS Imaging Pro, Vector, Document, and Medical Imaging toolkits. |
Description
The LScanner class is derived from the LBase class. This class is the base class for the LEADTOOLS C++ Class Library scanning interface classes. This class contains some basic scanning interface functions that are re-used in the derived class LIsis. You can use this class as a basis from which you can derive your own scanning class for scanner interfaces not supported by LEADTOOLS.
Required Libraries
You must load all required libraries using LBase::LoadLibraries before using the classes.
LTKRN For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application. |
See Also