PDFReaderControls.NET Professional Type Reference

Font.Height Property

The height of this font at a font size of 1 pt. Multiply the height with the font size to get the height in points.

public double Height {get;}

Remarks

This is the height specified by the bounding box. This height is used as line spacing.

For TrueType this value is : YMax - YMin (notice that YMin is negative).

See Also

Font Class | TallComponents.PDF.Fonts Namespace