- printerName
- Printer name.
| Visual Basic (Declaration) | |
|---|---|
Public Shared Function IsLeadtoolsPrinter( _ ByVal printerName As String _ ) As Boolean | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public static bool IsLeadtoolsPrinter( string printerName ) | |
| C++/CLI | |
|---|---|
public: static bool IsLeadtoolsPrinter( String^ printerName ) | |
Parameters
- printerName
- Printer name.
Return Value
True if the printer is a LEADTOOLS printer; otherwise it is false.Refer to Install example.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code