SignatureWidgetGetAction Method |
Gets the action of the Widget annotation.
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public Action GetAction()
Public Function GetAction As Action
public:
virtual Action^ GetAction() sealed
Return Value
Type:
Action An action object representing the action of the Widget annotation.
Remarks The action is an action that shall be performed when the annotation is activated
See Also