Gets or sets the unique identifier of the document.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public XmpString Identifier { get; set; }
VB
Public Property Identifier As XmpString
Get
Set
Property Value
Type:
XmpString
The unique identifier of the document.
See Also