Gets the unique ID.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax Public Function GetUniqueID As Obj
public:
virtual Obj^ GetUniqueID() sealed
Return Value
Type:
Obj The unique identifier for this annotation, or NULL if the identifier is not
available. The returned value is a String object and is the value of the "NM"
field, which was added as an optional attribute in PDF 1.4.
Implements
IAnnotGetUniqueIDSee Also