Table of Contents

Property Identifier

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

Identifier

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

public XmpArray? Identifier { get; set; }

Property Value

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.

Exceptions

UnsupportedMetadataException

The corresponding XMP property has an unexpected type.