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