Back to Devexpress

ExportOptionsContainer Class

wpf-devexpress-dot-xpf-dot-printing-79f7f52f.md

latest1.4 KB
Original Source

ExportOptionsContainer Class

Represents different options which are used when exporting a document.

Namespace : DevExpress.Xpf.Printing

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

NuGet Package : DevExpress.Wpf.Printing

Declaration

csharp
public class ExportOptionsContainer :
    ExportOptions
vb
Public Class ExportOptionsContainer
    Inherits ExportOptions

The following members return ExportOptionsContainer objects:

Remarks

Use the options represented by the properties of this class to control how a document is exported to different formats.

Inheritance

Object ExportOptions ExportOptionsContainer

See Also

ExportOptionsContainer Members

ExportOptions

DevExpress.Xpf.Printing Namespace