Click or drag to resize

InkDeleteCustomData Method

Deletes custom data associated with the given key.

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

Parameters

key
Type: SystemString
The key for which to delete the associated data.

Implements

IAnnotDeleteCustomData(String)
Exceptions
ExceptionCondition
[!:PDFNetException] PDFNetException the PDFNet exception
See Also