Accusoft.PrintPro8.Net
PrintTemplateBitmap Method




The bitmap to draw.
An integer value which represents the line of the template file to use.
Draws a bitmap image on a printer using details provided by the template file.
Syntax
public void PrintTemplateBitmap( 
   Bitmap bitmap,
   int line
)
public: void PrintTemplateBitmap( 
   Bitmap* bitmap,
   int line
) 
public:
void PrintTemplateBitmap( 
   Bitmap^ bitmap,
   int line
) 
'Declaration
 
Public Sub PrintTemplateBitmap( _
   ByVal bitmap As Bitmap, _
   ByVal line As Integer _
) 
 
'Usage
 
Dim instance As PrintJob
Dim bitmap As Bitmap
Dim line As Integer
 
instance.PrintTemplateBitmap(bitmap, line)

Parameters

bitmap
The bitmap to draw.
line
An integer value which represents the line of the template file to use.
See Also

Reference

PrintJob Class
PrintJob Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback