API Reference

Enum

PdfFormFieldKind

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Common AcroForm field categories exposed by OfficeIMO.Pdf.

Inheritance

  • Enum
  • PdfFormFieldKind

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Values

public const PdfFormFieldKind Unknown #

The field type was not present or is not one of the common AcroForm types.

Value: 0
public const PdfFormFieldKind Text #

Text field (/FT /Tx).

Value: 1
public const PdfFormFieldKind Button #

Button field (/FT /Btn), including push buttons, check boxes, and radio buttons.

Value: 2
public const PdfFormFieldKind Choice #

Choice field (/FT /Ch), including list boxes and combo boxes.

Value: 3
public const PdfFormFieldKind Signature #

Signature field (/FT /Sig).

Value: 4