PrintDocumentBasicPrinterName Property

Gets or sets the name of the printer device.

If no printer name is specified, the default printer device will be used.

Definition

Namespace: DevCase.Core.IO.Devices.Printer
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public string PrinterName { get; set; }

Property Value

String
The name of the printer device.

See Also