UnInstall Method

Summary
Uninstalls the printer from the system.
Syntax
C#
VB
C++
public static void UnInstall( 
   PrinterInfo printerInfo 
) 
  
Public Shared Sub UnInstall( _ 
   ByVal printerInfo As PrinterInfo _ 
)  
public: 
static void UnInstall(  
   PrinterInfo^ printerInfo 
)  

Parameters

printerInfo
Printer information that was used when installing the printer to the system.

Remarks

Fill the Leadtools.Printer.PrinterInfo.MonitorName, and Leadtools.Printer.PrinterInfo.PortName properties with valid data.

Notice that this method removes all printers that were using the driver name specified in the PrinterInfo.DriverName property.

To install a printer to the system, use the Install method.

Example

Refer to the Install example.

Requirements

Target Platforms

See Also

Reference

Printer Class

Printer Members

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

Leadtools.Printer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.