PDF File Writer Class Library - Author Uzi Granot
TextBoxBoxHeightExtra Method (Int32, Double, Double) |
Thwe height of the first LineCount lines including extra line and paragraph space.
Namespace: PdfFileWriter
Assembly: PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)

C#
public double BoxHeightExtra( int LineCount, double LineExtraSpace, double ParagraphExtraSpace )
Parameters
- LineCount
- Type: SystemInt32
The requested number of lines. - LineExtraSpace
- Type: SystemDouble
Extra line space. - ParagraphExtraSpace
- Type: SystemDouble
Extra paragraph space.
Return Value
Type: DoubleHeight
