XmpBasicSchema.Identifier Property

Gets or sets the unordered array of text strings that unambiguously identify this document within a given context.

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

Syntax

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

Property Value

Type: XmpArray
The unordered array of text strings that unambiguously identify this document within a given context.

Remarks

The value of this property should be null or an XmpArray of Unordered type containing values of XmpString type.

See Also