Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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
DocumentPropertyNames

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

Available values:

Show 25 items
Name Description
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).

See Also