[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Articles.ArticleBead

ArticleBead Class

Represents a bead of a PDF article thread.

Implements
Namespace: GrapeCity.Documents.Pdf.Articles
Assembly: DS.Documents.Pdf.dll
Syntax
public class ArticleBead : PdfDictWrapper, IPdfDict
Public Class ArticleBead
    Inherits PdfDictWrapper
    Implements IPdfDict

Constructors

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.

Properties

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.

Extension Methods