[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Articles.ArticleBead.-ctor

ArticleBead Constructor

ArticleBead()

Initializes a new instance of the ArticleBead class.

Declaration
public ArticleBead()
Public Sub New()

ArticleBead(Page, RectangleF)

Initializes a new instance of the ArticleBead class.

Declaration
public ArticleBead(Page page, RectangleF bounds)
Public Sub New(page As Page, bounds As RectangleF)
Parameters
Type Name Description
Page page

The bead's page.

RectangleF bounds

The bead's bounds on the page.

ArticleBead(Page)

Initializes a new instance of the ArticleBead class.

Declaration
public ArticleBead(Page page)
Public Sub New(page As Page)
Parameters
Type Name Description
Page page

The bead's page.