Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

PdfFontDescriptor.FontBBox Property

Indicates a rectangle, expressed in the glyph coordinate system, that shall specify the font bounding box.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v24.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

#Declaration

public PdfRectangle FontBBox { get; }

#Property Value

Type Description
PdfRectangle

A PdfRectangle object.

#Remarks

This should be the smallest rectangle enclosing the shape that would result if all of the glyphs of the font were placed with their origins coincident and then filled.

See Also