Accusoft.PrintPro8.Net
PrintTemplateDib Method




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

Parameters

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

Reference

PrintJob Class
PrintJob Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback