AnnotGetCustomData Method |
Returns custom data associated with the given key.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public string GetCustomData(
string key
)
Public Function GetCustomData (
key As String
) As String
public:
virtual String^ GetCustomData(
[InAttribute] String^ key
) sealed
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.
Implements
IAnnotGetCustomData(String)Exceptions Exception | Condition |
---|
[!:PDFNetException] | PDFNetException the PDFNet exception |
See Also