IAnnotGetCustomData Method |
Returns custom data associated with the given key.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax string GetCustomData(
string key
)
Function GetCustomData (
key As String
) As String
String^ GetCustomData(
[InAttribute] String^ key
)
function GetCustomData(key);
Parameters
- key
- Type: SystemString
The key for which to retrieve the associated data.
Return Value
Type:
String the custom data string. If no data is available an empty string is returned.
Exceptions Exception | Condition |
---|
[!:PDFNetException] | PDFNetException the PDFNet exception |
See Also