Gets the actions of the field.

Namespace: Spire.Pdf.Fields
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public PdfFieldActions Actions { get; }
Public ReadOnly Property Actions As PdfFieldActions
	Get
public:
virtual property PdfFieldActions^ Actions {
	PdfFieldActions^ get () sealed;
}
abstract Actions : PdfFieldActions with get
override Actions : PdfFieldActions with get

Property Value

PdfFieldActions
The actions.

See Also