Click or drag to resize

CPDFLinkAnnotationGetLinkAction Method

Gets 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 throughActionType ,more:CPDFAction

Namespace:  ComPDFKit.PDFAnnotation
Assembly:  ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.1.0+b8a973db4fce43f68ed31640e557d7c5478d7f58
Syntax
C#
public CPDFAction GetLinkAction()

Return Value

Type: CPDFAction
Returns the response action of link annotatiion, more:CPDFAction
See Also