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