Click or drag to resize

CPDFPushButtonWidgetSetButtonAction Method

Sets response action of PushButtonget. There are multiple subtypes of the action, and different actions are determined according toActionTypemore: CPDFAction

Namespace:  ComPDFKit.PDFAnnotation.Form
Assembly:  ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.0.0.0
Syntax
C#
public bool SetButtonAction(
	CPDFAction action
)

Parameters

action
Type: ComPDFKit.PDFDocument.ActionCPDFAction
Response action of PushButton

Return Value

Type: Boolean
Returns true on success, false on failure
See Also