Skip to main content
All docs
V23.2

DublinCoreProperties.Subject Property

Gets the value for the dc:Subject attribute.

Namespace: DevExpress.Pdf.Xmp

Assembly: DevExpress.Pdf.v23.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public XmpArray Subject { get; }

Property Value

Type Description
XmpArray

A list of descriptive phrases or keywords that specify the document content.

See Also