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
See Also