Click or drag to resize

ActionParameter Constructor (Action, IAnnot)

Construct an ActionParameter object

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public ActionParameter(
	Action action,
	IAnnot annot
)

Parameters

action
Type: pdftron.PDFAction
the action object
annot
Type: pdftron.PDFIAnnot
the annot object
See Also