Click or drag to resize

CPDFLinkAnnotationSetLinkAction Method

Sets the response action of the link annotation. There are multiple subtypes of the action, and different actions are determined according toC_ACTION_TYPE, the action type can be obtained through ActionType, more:CPDFAction

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

Parameters

action
Type: ComPDFKit.PDFDocument.ActionCPDFAction
Response action of link annotation

Return Value

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