API Reference
Enum
PdfFormFieldKind
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.
Returned or exposed by
- Property PdfDocumentInfo.FormFieldsByKind
- Property PdfFormField.Kind
- Field PdfFormFieldKind.Button
- Field PdfFormFieldKind.Choice
- Field PdfFormFieldKind.Signature
- Field PdfFormFieldKind.Text
- Field PdfFormFieldKind.Unknown
- Property PdfLogicalDocument.FormFieldsByKind
Accepted by parameters
- Method PdfDocumentInfo.GetFormFields
- Method PdfDocumentReader.FormFields
- Method PdfDocumentReader.TryFormFields
- Method PdfLogicalDocument.GetFormFields
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
ToString 4 overloads
public override sealed String ToString(IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString() instead.")Parameters
- provider IFormatProvider
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
- provider IFormatProvider
Values
public const PdfFormFieldKind Unknown #The field type was not present or is not one of the common AcroForm types.
Value:
0public const PdfFormFieldKind Button #Button field (/FT /Btn), including push buttons, check boxes, and radio buttons.
Value:
2public const PdfFormFieldKind Choice #Choice field (/FT /Ch), including list boxes and combo boxes.
Value:
3