IsLeadtoolsPrinter Method

Summary

Determines whether the specified printer is a LEADTOOLS Virtual Printer.

Syntax
C#
VB
C++
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.

Example

Refer to Install example.

Requirements

Target Platforms

See Also

Reference

Printer Class

Printer Members

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Printer Assembly