Usage APIText Document APIEnumerationFormSpecificType本页总览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. CodeResultlet formsData = doc.GetFormsData();