XmpDublinCoreSchema.Dates Property

Gets or sets the ordered array of string representations of dates that something interesting happened to the document.

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

Syntax

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

Property Value

Type: XmpArray
The ordered array of string representations of dates that something interesting happened to the document.

See Also