AnnotDeleteCustomData Method |
Deletes custom data associated with the given key.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void DeleteCustomData(
string key
)
Public Sub DeleteCustomData (
key As String
)
public:
virtual void DeleteCustomData(
[InAttribute] String^ key
) sealed
function DeleteCustomData(key);
Parameters
- key
- Type: SystemString
The key for which to delete the associated data.
Implements
IAnnotDeleteCustomData(String)Exceptions Exception | Condition |
---|
[!:PDFNetException] | PDFNetException the PDFNet exception |
See Also