Click or drag to resize

WidgetSetUniqueID Method

Sets the unique identifier for this annotation.

Namespace:  pdftron.PDF.Annots
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void SetUniqueID(
	string data
)

Parameters

data
Type: SystemString
the new unique id

Implements

IAnnotSetUniqueID(String)
Remarks
It is necessary to ensure that the unique ID generated is actually unique.
See Also