Click or drag to resize

PdfInteractiveForm Methods

The PdfInteractiveForm type exposes the following members.

Methods
 NameDescription
Public methodExportData(String) Exports the interactive form data from the current PdfInteractiveForm to an FDF, XFDF or JSON file with the specified path.
Public methodExportData(Stream, PdfFormDataFormat) Exports the interactive form data from the current PdfInteractiveForm to the specified FDF, XFDF or JSON stream.
Top
Extension Methods
 NameDescription
Public Extension MethodGetArray 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)
Public Extension MethodGetDictionary Gets the PdfDictionary that serves as a backing storage of the specified PdfObject.
(Defined by PdfObjectExtensions)
Public Extension MethodGetOrAddDictionary Gets the PdfDictionary that serves as a backing storage of the specified PdfObject.
(Defined by PdfObjectExtensions)
Top
See Also