Sets the unique identifier for this annotation.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax void SetUniqueID(
string data
)
Sub SetUniqueID (
data As String
)
void SetUniqueID(
[InAttribute] String^ data
)
function SetUniqueID(data);
Parameters
- data
- Type: SystemString
the new unique id
Remarks It is necessary to ensure that the unique ID generated is actually unique.
See Also