Click or drag to resize

PDFViewCtrlOnAction Event

Occurs when the PDFViewCtrl is about to execute an action. In order to prevent the viewer from executing the action internally, you can set ActionEventArgs.Handled to true;

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public event OnActionEventHandler OnAction

Value

Type: pdftron.PDFOnActionEventHandler
See Also