Apitron.PDF.Kit library for .NET
SystemObject
Apitron.PDF.Kit.FixedLayout.ResourcesResource
Apitron.PDF.Kit.FixedLayout.ResourcesUndefinedResource
Apitron.PDF.Kit.Interactive.ActionsAction
Apitron.PDF.Kit.Interactive.ActionsImportDataAction
Assembly: Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Top
Top
This class represents an import data action.
Inheritance Hierarchy
Apitron.PDF.Kit.FixedLayout.ResourcesResource
Apitron.PDF.Kit.FixedLayout.ResourcesUndefinedResource
Apitron.PDF.Kit.Interactive.ActionsAction
Apitron.PDF.Kit.Interactive.ActionsImportDataAction
Namespace: Apitron.PDF.Kit.Interactive.Actions
Assembly: Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax
The ImportDataAction type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ImportDataAction |
Initializes a new instance of the Action class.
|
Properties
Name | Description | |
---|---|---|
ActionType |
Gets the type of the action.
(Inherited from Action.) | |
CanBeExported |
Gets a value indicating whether this instance can be exported.
(Inherited from Resource.) | |
FileName |
Gets the FDF file name from which to import the data.
| |
Next |
The next action or sequence of actions that shall be performed after the action represented by this instance.
(Inherited from Action.) | |
ResourceType |
Gets the resource type.
(Inherited from Resource.) |
See Also