Gets or sets the name of the printer to use.
[Visual Basic]
Public Property PrinterName As String
[C#]
public string PrinterName {get; set;}
The name of the printer to use.
Set this property to an empty string to use the virtual printer device. The virtual printer device allows you to avoid "Printer not Installed" errors when a machine does not have any installed printers or the user does not have access to the ones installed.
The Printer's PrinterName property must always be used instead of the Printer.PrinterSettings.PrinterName property.
[C#]
private void arv_Load(object sender, System.EventArgs e) |
[Visual Basic]
Private Sub arv_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles arv.Load |
Printer Class | Printer Members
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.