Click or drag to resize

WidgetGetUniqueID Method

Gets the unique ID.

Namespace:  pdftron.PDF.Annots
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public Obj GetUniqueID()

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

IAnnotGetUniqueID
See Also