Click or drag to resize

WidgetSetAction Method

Sets the action of the Widget annotation (Optional; PDF 1.2 )

Namespace:  pdftron.PDF.Annots
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void SetAction(
	Action action
)

Parameters

action
Type: pdftron.PDFAction
An action object representing the action of the Widget annotation.
Remarks
The action is an action that shall be performed when the annotation is activated
See Also