Accusoft.PrintPro8.Net
PrintBitmap(Bitmap,PointF,SizeF,Boolean) Method




The bitmap object to draw.
The location of the destination for the upper-left corner of the image data.
The destination size of the Image data.
A boolean value that when true, the destination size is adjusted to maintain the image data's aspect ratio.
Draws a Bitmap on the printer.
Syntax
'Declaration
 
Public Overloads Sub PrintBitmap( _
   ByVal bitmap As Bitmap, _
   ByVal destination As PointF, _
   ByVal destinationSize As SizeF, _
   ByVal aspect As Boolean _
) 
'Usage
 
Dim instance As PrintJob
Dim bitmap As Bitmap
Dim destination As PointF
Dim destinationSize As SizeF
Dim aspect As Boolean
 
instance.PrintBitmap(bitmap, destination, destinationSize, aspect)
public void PrintBitmap( 
   Bitmap bitmap,
   PointF destination,
   SizeF destinationSize,
   bool aspect
)
public: void PrintBitmap( 
   Bitmap* bitmap,
   PointF destination,
   SizeF destinationSize,
   bool aspect
) 
public:
void PrintBitmap( 
   Bitmap^ bitmap,
   PointF destination,
   SizeF destinationSize,
   bool aspect
) 

Parameters

bitmap
The bitmap object to draw.
destination
The location of the destination for the upper-left corner of the image data.
destinationSize
The destination size of the Image data.
aspect
A boolean value that when true, the destination size is adjusted to maintain the image data's aspect ratio.
See Also

Reference

PrintJob Class
PrintJob Members
Overload List

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback