Class ImportDataAction

ImportDataAction class

Upon invocation of an import-data action, Forms Data Format (FDF) data shall be imported into the document’s interactive form from a specified file.

public class ImportDataAction : PdfAction

Properties

NameDescription
Data { get; set; }The FDF file from which to import the data.
Next { get; }Next actions in sequence.

See Also