Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.8
|
Leadtools.Printer Namespace > Printer Class : UnInstall Method |
public static void UnInstall( PrinterInfo printerInfo )
'Declaration Public Shared Sub UnInstall( _ ByVal printerInfo As PrinterInfo _ )
'Usage Dim printerInfo As PrinterInfo Printer.UnInstall(printerInfo)
public: static void UnInstall( PrinterInfo^ printerInfo )
Fill the Leadtools.Printer.PrinterInfo.MonitorName, Leadtools.Printer.PrinterInfo.PortName, and Leadtools.Printer.PrinterInfo.DriverName 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.