PrinterInstaller Class

Summary
Provides connecting and installing support for the LEADTOOLS Network Virtual Printer functionality.
Syntax
C#
C++/CLI
public static class PrinterInstaller 
public ref class PrinterInstaller abstract sealed  
Example
C#
using Leadtools.Printer.Client.Installer; 
 
 
public void PrinterInstallerExample() 
{ 
   try 
   { 
      PrinterInstaller.SetPrinterConnectionDll("Test Printer", "C:\\Test Dll.dll", "Test Server"); 
   } 
   catch (PrinterDriverClientException ex) 
   {             
      Console.WriteLine(ex.Message); 
   } 
   catch (Exception ex) 
   { 
      Console.WriteLine(ex.Message); 
   } 
} 
Requirements

Target Platforms

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

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