Click or drag to resize

InkGetTriggerAction Method

Get the Action associated with the selected Annot Trigger event

Namespace:  pdftron.PDF.Annots
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public Obj GetTriggerAction(
	AnnotEventType trigger
)

Parameters

trigger
Type: pdftron.PDFAnnotEventType
the type of trigger event to get

Return Value

Type: Obj
The action Obj if present, otherwise NULL

Implements

IAnnotGetTriggerAction(AnnotEventType)
See Also