Gets the fields.

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 PdfFormFieldCollection Fields { get; }
Public ReadOnly Property Fields As PdfFormFieldCollection
	Get
public:
property PdfFormFieldCollection^ Fields {
	PdfFormFieldCollection^ get ();
}
member Fields : PdfFormFieldCollection with get

Property Value

PdfFormFieldCollection
The Form fields.

See Also