GetPrinterType Example for Visual Basic

Private Sub GetPrinterType_Click()
   ' This example gets a printer type
   Dim ePrint As New ePrint
   
   If (ePrint.GetPrinterType ("LEADTOOLS ePrint 5") = PRINTER_NORMAL) Then
      MsgBox "NORMAL PRINTER"
   End If
End Sub