Click or drag to resize

LinkSetAction Method

Sets the Action of the Linked Annotation. (Optional; PDF 1.1 )

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 that denotes the action of the linked annotation.
Remarks
The parameter is an action that shall be performed when the link annotation is activated
See Also