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

DocxDocumentOptions.Subject Property

Specifies the document subject.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v18.2.Core.dll

Declaration

[DefaultValue("")]
[XtraSerializableProperty]
public string Subject { get; set; }

Property Value

Type Default Description
String String.Empty

A String value.

Property Paths

You can access this nested property as listed below:

Object Type Path to Subject
DocxExportOptions
.DocumentOptions.Subject
See Also