LinePrinter.PrinterID Property

Gets or sets the printer to be used for printing. The printer must be listed in the configuration file.

Syntax

[Visual Basic]
Public Property PrinterID As String
[C#]
public String PrinterID {get; set;}

Values

Name of the printer in the configuration file that will be used for printing.

More Information

LinePrinter Class