ArticleBead Class

Apitron PDF Rasterizer help
Apitron.PDF.Rasterizer library for .NET
This class represents an article bead.
Inheritance Hierarchy

SystemObject
  Apitron.PDF.Rasterizer.NavigationArticleBead

Namespace:  Apitron.PDF.Rasterizer.Navigation
Assembly:  Apitron.PDF.Rasterizer (in Apitron.PDF.Rasterizer.dll) Version: 3.0.154.0 (3.0.154.0)
Syntax

public sealed class ArticleBead

The ArticleBead type exposes the following members.

Properties

  NameDescription
Public propertyNextBead
Gets the next bead in the thread. In the last bead, this entry is null.
Public propertyPage
Gets the location page.
Public propertyPrevBead
Gets the previous bead in the thread. In the first bead, this entry is null.
Public propertyRect
Gets the rectangle specifying the location of this bead on the page. The rectangle has the following format: [left top right bottom] in the page's coordinate space.
Top
See Also

Reference