Table of Contents

Class PdfAcroForm

Namespace
PdfSharp.Pdf.AcroForms
Assembly
PdfSharp.dll

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

Property Value

PdfAcroField.PdfAcroFieldCollection