The IsLeadtoolsPrinter Method is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.
Determines whether the specified printer is a LEADTOOLS Virtual Printer.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim printerName As String
Dim value As Boolean
value = Printer.IsLeadtoolsPrinter(printerName) |
Parameters
- printerName
- Printer name.
Return Value
True if the printer is a LEADTOOLS printer; otherwise it is false.
Example
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also