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.ActionsThreadAction
Assembly: Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Top
Top
This class represents a PDF thread action. A thread action jumps to a specified bead on an article thread,
in either the current document or a different one.
Inheritance Hierarchy
Apitron.PDF.Kit.FixedLayout.ResourcesResource
Apitron.PDF.Kit.FixedLayout.ResourcesUndefinedResource
Apitron.PDF.Kit.Interactive.ActionsAction
Apitron.PDF.Kit.Interactive.ActionsThreadAction
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 ThreadAction type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ThreadAction(ThreadActionTarget) |
Initializes a new instance of the Action class.
| |
ThreadAction(ArticleThread, ArticleBead) |
Initializes a new instance of the ThreadAction class.
| |
ThreadAction(FileSpecification, Int32, Int32) |
Initializes a new instance of the ThreadAction class.
| |
ThreadAction(FileSpecification, String, Int32) |
Initializes a new instance of the ThreadAction 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.) | |
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.) | |
Target |
Gets the target.
|
See Also