The system printer settings instance.

Namespace: TallComponents.PDF.Printing
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0

Syntax

C#
public PrinterSettings SystemPrinterSettings { get; internal set; }
Visual Basic
Public Property SystemPrinterSettings As PrinterSettings
	Get
	Friend Set

Remarks

Access to this class is sometimes needed in order to access low level settings or device specific features. Note that many settings of SystemPrinterSettings can be found in PrintSettings or PagePrintSettings. For these settings, it is advisable to avoid manipulating the SystemPrinterSettings.

See Also