XmpDublinCoreSchema.Subjects Property

Gets or sets the unordered array of descriptive phrases or keywords that specify the topic of the content of the document.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public XmpArray Subjects { get; set; }
VB
Public Property Subjects As XmpArray
	Get
	Set

Property Value

Type: XmpArray
The unordered array of descriptive phrases or keywords that specify the topic of the content of the document.

See Also