API Reference

Enum

PdfFormFieldCreationKind

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

Field kinds supported for existing-document creation.

Inheritance

  • Enum
  • PdfFormFieldCreationKind

Usage

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

Values

public const PdfFormFieldCreationKind Text #

Text field.

Value: 0
public const PdfFormFieldCreationKind CheckBox #

Check box button field.

Value: 1
public const PdfFormFieldCreationKind Choice #

Single-value choice field.

Value: 2
public const PdfFormFieldCreationKind Signature #

Empty signature field.

Value: 3
public const PdfFormFieldCreationKind RadioButtonGroup #

Radio-button group with one widget per option.

Value: 4
public const PdfFormFieldCreationKind PushButton #

Push button with a visible caption.

Value: 5