PrintDocumentAdvancedPrinterSettings Property

Gets or sets the PrinterSettings instance that specifies information about how a document is printed, including the printer that prints it.

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 PrinterSettings PrinterSettings { get; set; }

Property Value

PrinterSettings
The PrinterSettings instance that specifies information about how a document is printed, including the printer that prints it.

See Also