In This Topic
GdPicture14 Namespace / GdPicturePDF Class / GetTextHeight Method

GetTextHeight Method (GdPicturePDF)

In This Topic
Calculates the height of the specified font in the currently defined units within the loaded PDF document.
Overload List
OverloadDescription
Calculates the height of the font you have specified, expressed in the current units used in the loaded PDF document, without respecting the font boundary box.

You can use the GetMeasurementUnit method to determine the currently defined units and you can also use the SetMeasurementUnit method to reset the units according to your preference.

 
Calculates the height of the font you have specified, expressed in the current units used in the loaded PDF document.

You can use the GetMeasurementUnit method to determine the currently defined units and you can also use the SetMeasurementUnit method to reset the units according to your preference.

 
See Also