PdfFormData Properties
Contains data values stored in the PDF Form.
Name | Description |
---|---|
Form |
Retrieves the form field type. |
Item[String] | Returns an individual field by its name on the PDF Form. |
Items | Obtains a list of form field items. |
Name |
Returns the name of the field represented by this Pdf |
Value |
Specifies a value to the interactive form field represented by this Pdf |
See Also