ArticleThread Class

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This class represents an article thread.
Inheritance Hierarchy

SystemObject
  Apitron.PDF.Kit.FixedLayout.ResourcesResource
    Apitron.PDF.Kit.FixedLayout.ResourcesUndefinedResource
      Apitron.PDF.Kit.Interactive.Navigation.PageLevelArticleThread

Namespace:  Apitron.PDF.Kit.Interactive.Navigation.PageLevel
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public sealed class ArticleThread : UndefinedResource

The ArticleThread type exposes the following members.

Constructors

  NameDescription
Public methodCode exampleArticleThread
Initializes a new instance of the ArticleThread class.
Top
Properties

  NameDescription
Public propertyCanBeExported
Gets a value indicating whether this instance can be exported.
(Inherited from Resource.)
Public propertyResourceType
Gets the resource type.
(Inherited from Resource.)
Top
Methods

  NameDescription
Public methodCode exampleAddBeadFirst
Adds the bead at the first position.
Public methodCode exampleAddBeadLast
Adds the bead at the last position.
Public methodCode exampleRemoveBead
Removes the bead from the thread.
Public methodCode exampleRemoveFirstBead
Removes the first bead from the thread.
Public methodCode exampleRemoveLastBead
Removes the last bead from the thread.
Top
See Also

Reference