Click or drag to resize

PdfImportFormDataAction Class

An import-data action imports Forms Data Format (FDF) data into the document's interactive form from a specified file.
Inheritance Hierarchy
SystemObject
  SautinSoft.PdfPdfObject
    SautinSoft.Pdf.ActionsPdfAction
      SautinSoft.Pdf.FormsPdfImportFormDataAction

Namespace: SautinSoft.Pdf.Forms
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.11.26
Syntax
public class PdfImportFormDataAction : PdfAction

The PdfImportFormDataAction type exposes the following members.

Properties
 NameDescription
Public propertyActionType Gets the ImportFormData value.
(Overrides PdfActionActionType)
Public propertyFilePath(Required) The FDF file from which to import the data.
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