Click or drag to resize

PdfImportDataAction Class

An import-data action imports Forms Data Format (FDF) data into the document’s interactive form from a specified file.
Inheritance Hierarchy
SystemObject
  Patagames.Pdf.NetPdfAction
    Patagames.Pdf.Net.ActionsPdfImportDataAction

Namespace: Patagames.Pdf.Net.Actions
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public class PdfImportDataAction : PdfAction

The PdfImportDataAction type exposes the following members.

Constructors
 NameDescription
Public methodPdfImportDataAction(PdfDocument, PdfFileSpecification) Initializes a new instance of the PdfImportDataAction class with the document and a file specification.
Public methodPdfImportDataAction(PdfDocument, IntPtr) Initializes a new instance of the PdfAction class.
Top
Properties
 NameDescription
Public propertyFileSpecification Gets or sets the FDF file from which to import the data.
Top
See Also