PDF File Writer Class Library - Author Uzi Granot
TextBoxBoxHeightExtra Method (Int32, Int32, Double, Double, Double) |
The height of a block of lines within TextBox not excedding request height.
Namespace: PdfFileWriter
Assembly: PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)

C#
public double BoxHeightExtra( ref int LineStart, out int LineEnd, double RequestHeight, double LineExtraSpace, double ParagraphExtraSpace )
Parameters
- LineStart
- Type: SystemInt32
Start line - LineEnd
- Type: SystemInt32
End line - RequestHeight
- Type: SystemDouble
Requested height - LineExtraSpace
- Type: SystemDouble
Extra line space. - ParagraphExtraSpace
- Type: SystemDouble
Extra paragraph space.
Return Value
Type: DoubleHeight

LineStart will be adjusted forward to skip blank lines. LineEnd
will be one after a non blank line.
