XmpArray.Values Property

Gets the collection of values stored in this XmpArray.

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

Syntax

C#
public PdfList<XmpValue> Values { get; }
VB
Public ReadOnly Property Values As PdfList(Of XmpValue)
	Get

Property Value

Type: PdfList<XmpValue>
The collection of values stored in this XmpArray.

See Also