Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.MarkedContent Namespace / TagArtifact Class / BBox Property

In This Topic
    BBox Property
    In This Topic
    Gets or sets this artifact’s bounding box (the rectangle that completely encloses its visible extent).
    Syntax
    'Declaration
     
    Public Property BBox As System.Nullable(Of RectangleF)
    public System.Nullable<RectangleF> BBox {get; set;}
    See Also