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

BackstagePrintPreview.PrintOptions Property

Provides access to print settings.

Namespace: DevExpress.Xpf.Printing

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

NuGet Package: DevExpress.Wpf.Printing

Declaration

public PrintOptions PrintOptions { get; }

Property Value

Type Description
PrintOptions

A PrintOptions object that provides access to printer and page settings.

See Also