Draws a DIB image on a printer using details provided by the template file.
Syntax
public: void PrintTemplateDib(
IntPtr ,
int
)
public:
void PrintTemplateDib(
IntPtr ,
int
)
'Declaration
Public Sub PrintTemplateDib( _
ByVal As IntPtr, _
ByVal As Integer _
)
'Usage
Dim instance As PrintJob
Dim dib As IntPtr
Dim line As Integer
instance.PrintTemplateDib(dib, 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