A newer version of this page is available.
Switch to the current version.
ExportOptionsViewModelBase.ExportOptions Property
Gets the settings that specify how a document is exported to various formats.
Namespace: DevExpress.Xpf.Printing.PreviewControl
Assembly: DevExpress.Xpf.Printing.v18.2.dll
Declaration
public ExportOptionsBase ExportOptions { get; }
Public ReadOnly Property ExportOptions As ExportOptionsBase
Property Value
Type | Description |
---|---|
ExportOptionsBase | An ExportOptionsBase object that provides the export settings. |
See Also
Feedback