AnnotSetCustomData Method |
Sets the custom data associated with the specified key.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void SetCustomData(
string key,
string value
)
Public Sub SetCustomData (
key As String,
value As String
)
public:
virtual void SetCustomData(
[InAttribute] String^ key,
[InAttribute] String^ value
) sealed
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.
Implements
IAnnotSetCustomData(String, String)Exceptions Exception | Condition |
---|
[!:PDFNetException] | PDFNetException the PDFNet exception |
See Also