PDF File Writer Class Library - Author Uzi Granot
PdfFontAscentPlusLeading Method |
Font ascent in user units
Namespace: PdfFileWriter
Assembly: PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public double AscentPlusLeading( double FontSize )
Parameters
- FontSize
- Type: SystemDouble
Font size
Return Value
Type: DoubleFont ascent plus half of internal leading.
See Also