Back to Devexpress

PrintOptions Class

wpf-devexpress-dot-xpf-dot-printing-7b24f1c6.md

latest1.4 KB
Original Source

PrintOptions Class

Provides print settings for BackstagePrintPreview.

Namespace : DevExpress.Xpf.Printing

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

NuGet Package : DevExpress.Wpf.Printing

Declaration

csharp
public class PrintOptions :
    BindableBase,
    IPrintForm,
    IDataErrorInfo
vb
Public Class PrintOptions
    Inherits BindableBase
    Implements 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

PrintOptions Members

DevExpress.Xpf.Printing Namespace