Click or drag to resize

ActionParameter Constructor (Action, Page)

Construct an ActionParameter object

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

Parameters

action
Type: pdftron.PDFAction
the action object
page
Type: pdftron.PDFPage
the page object
See Also