Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Articles Namespace / ArticleBead Class / ArticleBead Constructor / ArticleBead Constructor(Page,RectangleF)
The bead's page.
The bead's bounds on the page.

In This Topic
    ArticleBead Constructor(Page,RectangleF)
    In This Topic
    Initializes a new instance of the ArticleBead class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal page As Page, _
       ByVal bounds As System.Drawing.RectangleF _
    )
    public ArticleBead( 
       Page page,
       System.Drawing.RectangleF bounds
    )

    Parameters

    page
    The bead's page.
    bounds
    The bead's bounds on the page.
    See Also