LPrint
Description
The LPrint class is derived from LBase and provides functions for printing bitmap objects. These functions allow you to specify the location and size of the printed image. Optionally, you can let the print functions center and/or size the image to fit the printed page. With the LPrint object, you can print multiple images per page, and can use the same device context for other drawing your application may need to do.
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