Skip to main content

PrintOptions(PrinterSettings) Constructor

Initializes a new instance of the PrintOptions class with the specified printer settings.

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Printing.v23.2.dll

NuGet Package: DevExpress.Wpf.Printing

Declaration

public PrintOptions(
    PrinterSettings printerSettings
)

Parameters

Name Type Description
printerSettings PrinterSettings

A PrinterSettings object that specifies the printer settings.

See Also