Scanner Pro ActiveX Control ReferenceMethods PrintImage2Printer Scanner ActiveX Control PrintImage2Printer Print the current image to specific printer, the printer dialog will not display. Public Function PrintImage2Printer( ByVal strPrintName As String) As Integer ParameterstrPrintNamethe printer name. Return ValueReturn 1 - successfulReturn 0 - FailedExample Visual Basic SyntaxScanner1.PrintImage2Printer "HP LaserJet 4"