XmpArray.Type Property

Gets the type of this XmpArray.

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

Syntax

C#
public XmpArrayType Type { get; }
VB
Public ReadOnly Property Type As XmpArrayType
	Get

Property Value

Type: XmpArrayType
The type of this XmpArray.

See Also