TextBox.BoxHeightExtra Method (Int32, Int32, Double, Double, Double)

PDF File Writer

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)
Syntax
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: Double
Height
Remarks
LineStart will be adjusted forward to skip blank lines. LineEnd will be one after a non blank line.
See Also