[]
Defines an action imports Forms Data Format (FDF) data into the document’s interactive form from a specified file.
public class ActionImportData : ActionBase, IPdfDict
Initializes a new instance of the ActionImportData.
public ActionImportData()
Initializes a new instance of the ActionImportData.
public ActionImportData(FileSpecification file)
file
FileSpecificationThe FileSpecification object defining FDF file from which to import data.
Gets or sets the FDF file from which to import the data.
public FileSpecification File { get; set; }