Click or drag to resize

PageGetTriggerAction Method

Get the Action associated with the selected Page Trigger event

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

Parameters

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

Return Value

Type: Obj
The action Obj if present, otherwise NULL
See Also