Back to Devexpress

DXRichEditHtmlDocumentExporterOptions.ExportedDocumentProperties Property

wpf-devexpress-dot-xpf-dot-richedit-dot-dxrichedithtmldocumentexporteroptions-0490829e.md

latest5.3 KB
Original Source

DXRichEditHtmlDocumentExporterOptions.ExportedDocumentProperties Property

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

Namespace : DevExpress.Xpf.RichEdit

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

NuGet Package : DevExpress.Wpf.RichEdit

Declaration

csharp
public DocumentPropertyNames ExportedDocumentProperties { get; set; }
vb
Public Property ExportedDocumentProperties As DocumentPropertyNames

Property Value

TypeDescription
DocumentPropertyNames

A DocumentPropertyNames enumeration value indicating what document properties are specified.

|

Available values:

Show 25 items

NameDescription
None

Undefined name.

| | Category |

The DocumentProperties.Category property.

| | ContentStatus |

The DocumentProperties.ContentStatus property.

| | ContentType |

The DocumentProperties.ContentType property.

| | Created |

The DocumentProperties.Created property.

| | Creator |

The DocumentProperties.Creator property.

| | Description |

The DocumentProperties.Description property.

| | Identifier |

The DocumentProperties.Identifier property.

| | Keywords |

The DocumentProperties.Keywords property.

| | Language |

The DocumentProperties.Language property.

| | LastModifiedBy |

The DocumentProperties.LastModifiedBy property.

| | LastPrinted |

The DocumentProperties.LastPrinted property.

| | Modified |

The DocumentProperties.Modified property.

| | Revision |

The DocumentProperties.Revision property.

| | Subject |

The DocumentProperties.Subject property.

| | Title |

The DocumentProperties.Title property.

| | Version |

The DocumentProperties.Version property.

| | Application |

The DocumentProperties.Application property.

| | AppVersion |

The DocumentProperties.AppVersion property.

| | Company |

The DocumentProperties.Company property.

| | Manager |

The DocumentProperties.Manager property.

| | Template |

The DocumentProperties.Template property.

| | BuiltinProperties |

Built-in (core) properties contained in the DocumentProperties class.

| | CustomProperties |

Custom properties contained in the DocumentCustomProperties class.

| | All |

All document properties (built-in and custom).

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ExportedDocumentProperties
DXRichEditDocumentExportOptions

.HtmlOptions .ExportedDocumentProperties

|

See Also

DXRichEditHtmlDocumentExporterOptions Class

DXRichEditHtmlDocumentExporterOptions Members

DevExpress.Xpf.RichEdit Namespace