RemoveAllAction

Description

Removes all the actions associated with the current object.

Applies to

PDFFormFieldPushButton object

Syntax

long RemoveAllAction()

Return value

Long. Returns 1 if it succeeds. If an error occurs, returns the Error Codes. Otherwise, returns null.

Examples

The following example removes all the actions that are associated with the PDFFormFieldPushButton object lpdf_pushbutton.

long ll_return
ll_return = lpdf_pushbutton.removeallaction()

See also

GetReadOnly

SetReadOnly

RemoveAction

AddAction