Gets the form 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 override PdfForm Form { get; }
Public Overrides ReadOnly Property Form As PdfForm
	Get
public:
virtual property PdfForm^ Form {
	PdfForm^ get () override;
}
abstract Form : PdfForm with get
override Form : PdfForm with get

Property Value

PdfForm
The object of the field.

See Also