Pdf |
The PdfInteractiveForm type exposes the following members.
| Name | Description | |
|---|---|---|
| Fields | Gets the fields. | |
| NeedAppearances | (Optional; deprecated in PDF 2.0) A flag specifying whether to construct appearance streams and appearance dictionaries for all widget annotations in the document (see 12.7.3.3, "Variable text"). Default value: . |
| Name | Description | |
|---|---|---|
| ExportData(String) | Exports the interactive form data from the current PdfInteractiveForm to an FDF, XFDF or JSON file with the specified path. | |
| ExportData(Stream, PdfFormDataFormat) | Exports the interactive form data from the current PdfInteractiveForm to the specified FDF, XFDF or JSON stream. |
| Name | Description | |
|---|---|---|
| GetArray |
Gets the PdfArray that serves as a backing storage of the specified PdfObject or if no PdfArray serves as a backing storage of the specified PdfObject.
(Defined by PdfObjectExtensions) | |
| GetDictionary |
Gets the PdfDictionary that serves as a backing storage of the specified PdfObject.
(Defined by PdfObjectExtensions) | |
| GetOrAddDictionary |
Gets the PdfDictionary that serves as a backing storage of the specified PdfObject.
(Defined by PdfObjectExtensions) |