Click or drag to resize

PdfTableLineHeight Property

Gets/sets the height of each row in the table. If text has multiple lines the row height will be multiplied by the number of lines. The default row height is calculated based on the font type and font size specified.

Namespace:  Atalasoft.PdfDoc.Generating.Shapes
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public double LineHeight { get; set; }

Property Value

Type: Double
The row height for each rendered row.
See Also