Click or drag to resize

IAnnotDeleteCustomData Method

Deletes custom data associated with the given key.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
void DeleteCustomData(
	string key
)

Parameters

key
Type: SystemString
The key for which to delete the associated data.
Exceptions
ExceptionCondition
[!:PDFNetException] PDFNetException the PDFNet exception
See Also