Skip to main content
A newer version of this page is available. .
All docs
V21.2

DXRichEditDotDocumentExporterOptions.ExportedDocumentProperties Property

Gets or sets the document properties being exported. This is a dependency property.

Namespace: DevExpress.Xpf.RichEdit

Assembly: DevExpress.Xpf.RichEdit.v21.2.dll

NuGet Package: DevExpress.Wpf.RichEdit

Declaration

public DocumentPropertyNames ExportedDocumentProperties { get; set; }

Property Value

Type Description
DocumentPropertyNames

One of the DocumentPropertyNames enumeration values that indicates what document properties are specified.

Property Paths

You can access this nested property as listed below:

Object Type Path to ExportedDocumentProperties
DXRichEditDocumentExportOptions
.DotOptions .ExportedDocumentProperties

Remarks

Use the TargetUri property when an exported document requires saving certain content as separate objects.

Tip

To set the document URI before export (i.e., in the RichEditControl.BeforeExport event handler), use the IExporterOptions.TargetUri property.

See Also