[]
Represents an action that imports FDF data into a document's interactive form from a specified file.
new ActionImportData(om): ActionImportData;
Creates a new ActionImportData.
ObjectManager that controls the lifetime of the ActionImportData.
ActionImportData
ActionBase.constructor
new ActionImportData(): ActionImportData;
Creates a new ActionImportData.
ActionImportData
ActionBase.constructor
get file(): FileSpecification;
Gets or sets the FDF file from which to import the data.
get id(): number;
Gets the reference to the object.
number
get om(): ObjectManager;
Gets the owner ObjectManager instance.
free(): void;
Detaches the object from the ObjectManager and deallocates its memory, if possible.
void
rebind(omTo): void;
Rebinds the object from the current ObjectManager to the specified one.
The new ObjectManager for the object.
void