[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Articles.ArticleBead.PdfBounds

PdfBounds Property

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.

Declaration
public RectangleF PdfBounds { get; set; }
Public Property PdfBounds As RectangleF
See Also