Gets or sets the action for the link annotation.
Namespace: Spire.Pdf.AnnotationsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public virtual PdfAction Action { get; set; }
Public Overridable Property Action As PdfAction Get Set
public: virtual property PdfAction^ Action { PdfAction^ get (); void set (PdfAction^ value); }
abstract Action : PdfAction with get, set override Action : PdfAction with get, set
Property Value
PdfActionThe action to be executed when the link is activated.