IAnnotSetCustomData Method |
Sets the custom data associated with the specified key.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax void SetCustomData(
string key,
string value
)
Sub SetCustomData (
key As String,
value As String
)
void SetCustomData(
[InAttribute] String^ key,
[InAttribute] String^ value
)
function SetCustomData(key, value);
Parameters
- key
- Type: SystemString
The key under which to store this custom data.
- value
- Type: SystemString
The custom data string to store.
Exceptions Exception | Condition |
---|
[!:PDFNetException] | PDFNetException the PDFNet exception |
See Also