DocumentExporterOptions.ExportedDocumentProperties Property
Gets or sets the document properties being exported.
Namespace: DevExpress.XtraRichEdit.Export
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
public DocumentPropertyNames ExportedDocumentProperties { get; set; }
#Property Value
Type | Description |
---|---|
Document |
One of the Document |
Available values:
Name | Description |
---|---|
None | Undefined name. |
Category | The Document |
Content |
The Document |
Content |
The Document |
Created | The Document |
Creator | The Document |
Description | The Document |
Identifier | The Document |
Keywords | The Document |
Language | The Document |
Last |
The Document |
Last |
The Document |
Modified | The Document |
Revision | The Document |
Subject | The Document |
Title | The Document |
Version | The Document |
Application | The Document |
App |
The Document |
Company | The Document |
Manager | The Document |
Template | The Document |
Builtin |
Built-in (core) properties contained in the Document |
Custom |
Custom properties contained in the Document |
All | All document properties (built-in and custom). |