Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction | Help Version 19.0.8.29
|
[Visual Basic]
Imports Leadtools.Printer.Client.Installer
[C#]
using Leadtools.Printer.Client.Installer;
[Visual Basic]
Private Sub Form1_Load(ByVal sender As Object, ByVal e As System.EventArgs)
PrinterInstaller.SetPrinterConnectionDll("Printer Name","Path to Demo DLL", "Server name")
End Sub
[C#]
private void Form1_Load(object sender, System.EventArgs e)
{
PrinterInstaller.SetPrinterConnectionDll("Printer Name","Path to Demo DLL", "Server name");
}