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