IsLeadtoolsPrinter Method
Summary
Determines whether the specified printer is a LEADTOOLS Virtual Printer.
Syntax
public static bool IsLeadtoolsPrinter(
string printerName
)
Public Shared Function IsLeadtoolsPrinter( _
ByVal printerName As String _
) As Boolean
public:
static bool IsLeadtoolsPrinter(
String^ printerName
)
Parameters
printerName
Printer name.
Return Value
True if the printer is a LEADTOOLS printer; otherwise it is false.