Gets the fields.
Namespace:
Spire.Pdf.Fields
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfFormFieldCollection Fields { get; }
Public ReadOnly Property Fields As PdfFormFieldCollection
Get
public:
property PdfFormFieldCollection^ Fields {
PdfFormFieldCollection^ get ();
}
member Fields : PdfFormFieldCollection with get
Property Value
Type:
PdfFormFieldCollection
The Form fields.
See Also