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.v18.2.dll

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