Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Articles Namespace / ArticleBead Class / Bounds Property

In This Topic
    Bounds Property (ArticleBead)
    In This Topic
    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.
    Syntax
    'Declaration
     
    Public Property Bounds As System.Drawing.RectangleF
    public System.Drawing.RectangleF Bounds {get; set;}
    See Also