CPDFLinkAnnotationGetLinkAction Method |
Gets the response action of the link annotation. There are multiple subtypes of the action, and different actions are determined according to
C_ACTION_TYPE, the action type can be obtained through
ActionType ,more:
CPDFAction
Namespace:
ComPDFKit.PDFAnnotation
Assembly:
ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 3.0.0+4b8ae91508c7f16ebf511129b42dfd307f45e350
Syntaxpublic CPDFAction GetLinkAction()
Return Value
Type:
CPDFActionReturns the response action of link annotatiion, more:
CPDFAction
See Also