Gets the font bounding box, expressed in the glyph coordinate system.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public PdfBox? BoundingBox { get; }
VB
Public ReadOnly Property BoundingBox As PdfBox?
Get
Property Value
Type:
Nullable<
PdfBox>
The font bounding box, expressed in the glyph coordinate system.
See Also