Accusoft.PrintPro8.Net
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. 

Adding a Bitmap

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.

Adding a DIB

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.

Adding an Image

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.

 

See Also

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback