PrintOptions Class
In This Article
Provides print settings for BackstagePrintPreview.
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Printing.v24.1.dll
NuGet Package: DevExpress.Wpf.Printing
#Declaration
public class PrintOptions :
BindableBase,
IPrintForm,
IDataErrorInfo
#Related API Members
The following members return PrintOptions objects:
#Remarks
You can access the PrintOptions instance using the BackstagePrintPreview.PrintOptions property.
#Inheritance
Object
BindableBase
PrintOptions
See Also