Table of Contents

Namespace PdfSharp.Pdf.AcroForms

Classes

PdfAcroField

Represents the base class for all interactive field dictionaries.

PdfAcroField.Keys

Predefined keys of this dictionary. The description comes from PDF 1.4 Reference.

PdfAcroField.PdfAcroFieldCollection

Holds a collection of interactive fields.

PdfAcroForm

Represents an interactive form (or AcroForm), a collection of fields for gathering information interactively from the user.

PdfAcroForm.Keys

Predefined keys of this dictionary. The description comes from PDF 1.4 Reference.

PdfButtonField

Represents the base class for all button fields.

PdfButtonField.Keys

Predefined keys of this dictionary. The description comes from PDF 1.4 Reference.

PdfCheckBoxField

Represents the check box field.

PdfCheckBoxField.Keys

Predefined keys of this dictionary. The description comes from PDF 1.4 Reference.

PdfChoiceField

Represents the base class for all choice field dictionaries.

PdfChoiceField.Keys

Predefined keys of this dictionary. The description comes from PDF 1.4 Reference.

PdfComboBoxField

Represents the combo box field.

PdfComboBoxField.Keys

Predefined keys of this dictionary. The description comes from PDF 1.4 Reference.

PdfGenericField

Represents a generic field. Used for AcroForm dictionaries unknown to PDFsharp.

PdfGenericField.Keys

Predefined keys of this dictionary. The description comes from PDF 1.4 Reference.

PdfListBoxField

Represents the list box field.

PdfListBoxField.Keys

Predefined keys of this dictionary. The description comes from PDF 1.4 Reference.

PdfPushButtonField

Represents the push button field.

PdfPushButtonField.Keys

Predefined keys of this dictionary. The description comes from PDF 1.4 Reference.

PdfRadioButtonField

Represents the radio button field.

PdfRadioButtonField.Keys

Predefined keys of this dictionary. The description comes from PDF 1.4 Reference.

PdfSignatureField

Represents the signature field.

PdfSignatureField.Keys

Predefined keys of this dictionary. The description comes from PDF 1.4 Reference.

PdfTextField

Represents the text field.

PdfTextField.Keys

Predefined keys of this dictionary. The description comes from PDF 1.4 Reference.

Enums

PdfAcroFieldFlags

Specifies the flags of AcroForm fields.