Leadtools.Printer.Client.Installer Namespace > PrinterInstaller Class : SetPrinterConnectionDll Method |
public static void SetPrinterConnectionDll( string printerName, string printerDll, string serverName )
'Declaration Public Shared Sub SetPrinterConnectionDll( _ ByVal printerName As String, _ ByVal printerDll As String, _ ByVal serverName As String _ )
'Usage Dim printerName As String Dim printerDll As String Dim serverName As String PrinterInstaller.SetPrinterConnectionDll(printerName, printerDll, serverName)
public static void SetPrinterConnectionDll( string printerName, string printerDll, string serverName )
function Leadtools.Printer.Client.Installer.PrinterInstaller.SetPrinterConnectionDll( printerName , printerDll , serverName )
public: static void SetPrinterConnectionDll( String^ printerName, String^ printerDll, String^ serverName )
Private Sub PrinterInstallerExample() Try PrinterInstaller.SetPrinterConnectionDll("Test Printer", "C:\Test Dll.dll", "Test Server") Catch ex As PrinterDriverClientException MessageBox.Show(ex.Message) Catch ex As Exception MessageBox.Show(ex.Message) End Try End Sub
void PrinterInstallerExample() { try { PrinterInstaller.SetPrinterConnectionDll("Test Printer", "C:\\Test Dll.dll", "Test Server"); } catch (PrinterDriverClientException ex) { MessageBox.Show(ex.Message); } catch (Exception ex) { MessageBox.Show(ex.Message); } }
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2