Click or drag to resize

PdfActionLinkAnnotation Action Property

Gets or sets the action for the link annotation.

Namespace: Spire.Pdf.Annotations
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public virtual PdfAction Action { get; set; }

Property Value

Type: PdfAction
The action to be executed when the link is activated.
See Also