Documents for PDF, .NET Edition Documentation
BBox Property

GrapeCity.Documents.Pdf Assembly > GrapeCity.Documents.Pdf.MarkedContent Namespace > TagArtifact Class : BBox Property
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

Reference

TagArtifact Class
TagArtifact Members