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
)
Public Sub New (
action As Action,
page As Page
)
public:
ActionParameter(
[InAttribute] Action^ action,
[InAttribute] Page^ page
)
pdftron.PDF.ActionParameter = function(action, page);
Parameters
- action
- Type: pdftron.PDFAction
the action object
- page
- Type: pdftron.PDFPage
the page object
See Also