PrinterName Property
PrinterName
Gets or sets the name of the printer to use.
If empty, a printer select dialog will be shown to the user when the current action handler is invoked.
Declaration
public string PrinterName { get; set; }
Public Property PrinterName As String