Click or drag to resize

Circle.DeleteCustomData 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: System.String
The key for which to delete the associated data.

Implements

IAnnot.DeleteCustomData(String)
Exceptions
ExceptionCondition
[!:PDFNetException] PDFNetException the PDFNet exception
See Also