DocumentPropertyNames Enum
Lists document properties used to hold document metadata.
Namespace: DevExpress.XtraRichEdit.Export
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
#Members
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). |
#Related API Members
The following properties accept/return DocumentPropertyNames values:
#Remarks
The DocumentPropertyNames enumeration members or their combination are used to specify the DocumentExporterOptions.ExportedDocumentProperties property value.