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