Skip to main content
A newer version of this page is available. .

DXRichEditRtfDocumentExporterOptions.ExportedDocumentProperties Property

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

Namespace: DevExpress.Xpf.RichEdit

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.RichEdit, DevExpress.Wpf.RichEdit

Declaration

public DocumentPropertyNames ExportedDocumentProperties { get; set; }

Property Value

Type Description
DocumentPropertyNames

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

Property Paths

You can access this nested property as listed below:

Object Type Path to ExportedDocumentProperties
DXRichEditDocumentExportOptions
.RtfOptions .ExportedDocumentProperties
See Also