Click or drag to resize

PdfForm Fields Property

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; }

Property Value

Type: PdfFormFieldCollection
The Form fields.
See Also