XmpDublinCoreSchema.Creators Property

Gets or sets the ordered array of authors of the document (listed in order of precedence, if significant).

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

Syntax

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

Property Value

Type: XmpArray
The ordered array of authors of the document (listed in order of precedence, if significant).

See Also