Printing an Image

The LEADTOOLS functions for printing an image work similarly to the functions for displaying an image. These functions allow you to specify the image to print, the destination printer device context, the location of the output, and the size of the output. When printing images with the LEADTOOLS functions, you can choose from the following:

L_PrintBitmap - Prints a bitmap to a the specified device, using the LEADTOOLS built-in resizing and color resolution functions for preprocessing the image as necessary to match the output device and parameters.

L_PrintBitmapFast - Prints a bitmap to the specified device, without doing any image preprocessing. All necessary image processing is left up to the printer driver.

L_PrintBitmapGDIPlus - Prints a bitmap to the specified device, without doing any image preprocessing. All necessary image processing is left up to the printer driver. This function uses GDI+ as the rendering engine if GDI+ is available on the system.

See Also

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

LEADTOOLS Raster Imaging C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.