FieldGetTriggerAction Method |
Get the Action associated with the selected Field Trigger event
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public Obj GetTriggerAction(
FieldEventType trigger
)
Public Function GetTriggerAction (
trigger As FieldEventType
) As Obj
public:
virtual Obj^ GetTriggerAction(
[InAttribute] FieldEventType trigger
) sealed
function GetTriggerAction(trigger);
Parameters
- trigger
- Type: pdftron.PDFFieldEventType
the type of trigger event to get
Return Value
Type:
Obj The action Obj if present, otherwise NULL
See Also