PdfActionArea.Action Property

Gets or sets the action to be performed when the link annotation is activated.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public PdfAction Action { get; set; }
VB
Public Property Action As PdfAction
	Get
	Set

Property Value

Type: PdfAction
The action to be performed when the link annotation is activated.

See Also