Click or drag to resize

WidgetSetCustomData Method

Sets the custom data associated with the specified key.

Namespace:  pdftron.PDF.Annots
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public 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.

Implements

IAnnotSetCustomData(String, String)
Exceptions
ExceptionCondition
[!:PDFNetException] PDFNetException the PDFNet exception
See Also