'Declaration Public Overridable Function ExecuteAction( _
ByVal actionThe action.As Vintasoft.Imaging.Pdf.Tree.PdfAction, _
ByVal argsThe PdfTriggerEventArgs instance containing the event data.As PdfTriggerEventArgs _
) As Boolean
public virtual bool ExecuteAction(
Vintasoft.Imaging.Pdf.Tree.PdfAction action,
PdfTriggerEventArgs args
)
public: virtual bool ExecuteAction(
Vintasoft.Imaging.Pdf.Tree.PdfAction* action,
PdfTriggerEventArgs* args
)
public:
virtual bool ExecuteAction(
Vintasoft.Imaging.Pdf.Tree.PdfAction^ action,
PdfTriggerEventArgs^ args
)
Parameters
- action
- The action.
- args
- The PdfTriggerEventArgs instance containing the event data.
Return Value
True if action is executed successfully; otherwise, false.