Click or drag to resize

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
)

Parameters

key
Type: SystemString
The key under which to store this custom data.
value
Type: SystemString
The custom data string to store.
Exceptions
ExceptionCondition
[!:PDFNetException] PDFNetException the PDFNet exception
See Also