Gets or sets the action.

Namespace: Spire.Pdf.Annotations
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public override PdfAction Action { get; set; }
Public Overrides Property Action As PdfAction
	Get
	Set
public:
virtual property PdfAction^ Action {
	PdfAction^ get () override;
	void set (PdfAction^ value) override;
}
abstract Action : PdfAction with get, set
override Action : PdfAction with get, set

Property Value

PdfAction
The object specifies the action of the annotation.

See Also