PrintPRO 8 for .NET - User Guide > How To > Create Print Job > Add Bitmaps |
PrintPRO™ lets you print Device Independent Bitmaps (DIB), Bitmaps, and Images. Bitmaps can be printed stretched (or resized) inside a rectangular area with or without the aspect ratio being maintained. The ability to automatically maintain the bitmap's aspect ratio makes it easy to display large document images correctly on the printed page.
To add a Bitmap use the PrintBitmap Method to print the bitmap. The parameters set the height and width of the source and destination of the bitmap. If the aspect parameter is set to true, the destination size is adjusted to maintain the image data's aspect ratio.
To add a DIB, use the PrintDib Method to print the DIB. The parameters set the height and width of the source and destination of the DIB. If the aspect parameter is set to true, the destination size is adjusted to maintain the image data's aspect ratio.
To add an Image, use the PrintImage Method to print the Image. The parameters set the height and width of the source and destination of the Image. If the aspect parameter is set to true, the destination size is adjusted to maintain the Image data's aspect ratio.