Class PdfAcroForm
Represents an interactive form (or AcroForm), a collection of fields for gathering information interactively from the user.
public sealed class PdfAcroForm : PdfDictionary, ICloneable, IEnumerable<KeyValuePair<string, PdfItem?>>, IEnumerable
- Inheritance
-
PdfAcroForm
- Implements
- Inherited Members
Properties
Fields
Gets the fields collection of this form.
public PdfAcroField.PdfAcroFieldCollection Fields { get; }