Gets the actions of the field.

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

Syntax

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

Property Value

PdfFieldActions
The actions.

See Also