Click or drag to resize

ActionParameter Constructor (Action, Field)

Construct an ActionParameter object

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

Parameters

action
Type: pdftron.PDFAction
the action object
field
Type: pdftron.PDFField
the field object
See Also