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