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

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