[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Articles.ArticleBead

Class ArticleBead

Namespace
GrapeCity.Documents.Pdf.Articles
Assembly
GcDocs.Pdf.dll

Represents a bead of a PDF article thread.

public class ArticleBead : PdfDictWrapper, IPdfDict
Inheritance
object
ArticleBead
Implements
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Extension Methods

Constructors

ArticleBead()

Initializes a new instance of the ArticleBead class.

public ArticleBead()

ArticleBead(Page, RectangleF)

Initializes a new instance of the ArticleBead class.

public ArticleBead(Page page, RectangleF bounds)

Parameters

page Page

The bead's page.

bounds System.Drawing.RectangleF

The bead's bounds on the page.

ArticleBead(Page)

Initializes a new instance of the ArticleBead class.

public ArticleBead(Page page)

Parameters

page Page

The bead's page.

Properties

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.

public RectangleF Bounds { get; set; }

Property Value

System.Drawing.RectangleF

Doc

Gets the GcPdfDocument containing this bead.

public GcPdfDocument Doc { get; }

Property Value

GcPdfDocument

Page

Gets or sets the Page object where this ArticleBead is displayed.

public Page Page { get; set; }

Property Value

Page

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.

public RectangleF PdfBounds { get; set; }

Property Value

System.Drawing.RectangleF
See Also

Thread

Gets the ArticleThread object containing this object.

public ArticleThread Thread { get; }

Property Value

ArticleThread