ThreadAction Class

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
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

SystemObject
  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

public sealed class ThreadAction : Action

The ThreadAction type exposes the following members.

Constructors

  NameDescription
Public methodThreadAction(ThreadActionTarget)
Initializes a new instance of the Action class.
Public methodThreadAction(ArticleThread, ArticleBead)
Initializes a new instance of the ThreadAction class.
Public methodThreadAction(FileSpecification, Int32, Int32)
Initializes a new instance of the ThreadAction class.
Public methodThreadAction(FileSpecification, String, Int32)
Initializes a new instance of the ThreadAction class.
Top
Properties

  NameDescription
Public propertyActionType
Gets the type of the action.
(Inherited from Action.)
Public propertyCanBeExported
Gets a value indicating whether this instance can be exported.
(Inherited from Resource.)
Public propertyNext
The next action or sequence of actions that shall be performed after the action represented by this instance.
(Inherited from Action.)
Public propertyResourceType
Gets the resource type.
(Inherited from Resource.)
Public propertyTarget
Gets the target.
Top
See Also

Reference