Skip to main content
A newer version of this page is available. .

PdfPrinterSettings.Settings Property

Provides access to the standard .NET Framework printer settings.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v18.2.Drawing.dll

Declaration

public PrinterSettings Settings { get; }

Property Value

Type Description
PrinterSettings

A PrinterSettings object containing the standard .NET Framework printer settings.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to Settings
WinForms Controls PdfPageSetupDialogShowingEventArgs
.PrinterSettings.Settings
WPF Controls PageSetupDialogShowingEventArgs
.PrinterSettings.Settings

Remarks

This property accesses the .NET Framework printer settings containing information on how a document is printed.

A PdfPrinterSettings class is a wrapper of a standard .NET Framework PrinterSettings class which adds additional printer settings.

See Also