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

PrintOptions Class

Provides print settings for BackstagePrintPreview.

Namespace: DevExpress.Xpf.Printing

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

NuGet Package: DevExpress.Wpf.Printing

Declaration

public class PrintOptions :
    BindableBase,
    IPrintForm,
    IDataErrorInfo

The following members return PrintOptions objects:

Remarks

You can access the PrintOptions instance using the BackstagePrintPreview.PrintOptions property.

Inheritance

Object
BindableBase
PrintOptions
See Also