[]
Represents a bead of a PDF article thread.
public class ArticleBead : PdfDictWrapper, IPdfDict
Public Class ArticleBead
Inherits PdfDictWrapper
Implements IPdfDict
Name | Description |
---|---|
ArticleBead() | Initializes a new instance of the ArticleBead class. |
ArticleBead(Page) | Initializes a new instance of the ArticleBead class. |
ArticleBead(Page, RectangleF) | Initializes a new instance of the ArticleBead class. |
Name | Description |
---|---|
Bounds | Gets or sets the location of this ArticleBead on the page. The coordinates of the rectangle are relative to the upper left corner of the page's media box, with the Y (vertical) coordinates increasing from top to bottom. |
Doc | Gets the GcPdfDocument containing this bead. |
Page | Gets or sets the Page object where this ArticleBead is displayed. |
PdfBounds | Gets or sets the rectangle that defines the location and size of this ArticleBead on a page in PDF user space coordinates. The positive X axis extends horizontally to the right, and the positive Y axis extends vertically upward, with the origin usually in the lower left corner of the page. |
Thread | Gets the ArticleThread object containing this object. |