TextBox.BoxHeightExtra Method (Int32, Double, Double)

PDF File Writer

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)
Syntax
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: Double
Height
See Also