Skip to main content

FormSpecificType

The specific form type.

Type

Enumeration

Values

  • "text"
  • "checkBox"
  • "picture"
  • "comboBox"
  • "dropDownList"
  • "dateTime"
  • "radio"

Example

This example returns data of all forms in the document.

let formsData = doc.GetFormsData();