Skip to main content

DocxDocumentOptions.Subject Property

Specifies the document subject.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v24.1.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

[XtraSerializableProperty]
public string Subject { get; set; }

Property Value

Type Description
String

A String value.

Property Paths

You can access this nested property as listed below:

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