XmpMediaManagementSchema.Versions Property

Gets or sets the ordered array of structures that describe the version history associated with this document.

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

Syntax

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

Property Value

Type: XmpArray
The ordered array of structures that describe the version history associated with this document.

Remarks

First entry in the array is the oldest known version for this document, last entry is the most recent version.

See Also