Aspose::Pdf::Annotations::ImportDataAction class

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.

class ImportDataAction : public Aspose::Pdf::Annotations::PdfAction

Methods

MethodDescription
get_Data()The FDF file from which to import the data.
get_Next()Next actions in sequence.
GetECMAScriptString()Gets string for ECMAScript Action.
set_Data(System::SharedPtr<FileSpecification>)The FDF file from which to import the data.
ToString() const overrideReturns string representation of ExplicitDestination object.

See Also