Accusoft.PrintPro8.Net
PrintTemplateImage Method




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

Parameters

image
The System.Drawing.Image 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