Click or drag to resize

WidgetGetCustomData Method

Returns custom data associated with the given key.

Namespace:  pdftron.PDF.Annots
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public string GetCustomData(
	string 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
ExceptionCondition
[!:PDFNetException] PDFNetException the PDFNet exception
See Also