ThreadActionTarget Class

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This class represents a thrad action target.
Inheritance Hierarchy

SystemObject
  Apitron.PDF.Kit.Interactive.ActionsThreadActionTarget

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 ThreadActionTarget

The ThreadActionTarget type exposes the following members.

Constructors

  NameDescription
Public methodThreadActionTarget(ArticleThread, ArticleBead)
Initializes a new instance of the ThreadActionTarget class.
Public methodThreadActionTarget(ILocationSpecification, Int32, Int32)
Initializes a new instance of the ThreadActionTarget class.
Public methodThreadActionTarget(ILocationSpecification, String, Int32)
Initializes a new instance of the ThreadActionTarget class.
Top
Properties

  NameDescription
Public propertyBead
Gets the bead.
Public propertyBeadIndex
Gets the index of the bead within its thread. The first bead in a thread has index 0.
Public propertyTargetFile
Gets the file containing the thread. If this entry is absent, the thread is in the current file.
Public propertyThread
Gets the thread.
Public propertyThreadIndex
Gets the index of the thread within the Threads array of its document.
Public propertyThreadName
Gets the title of the thread as specified in its thread information.
Top
See Also

Reference