PdfTableCell.TextBoxHeight Property

PDF File Writer

PdfTableCellTextBoxHeight Property

Text box height including extra space

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public double TextBoxHeight { get; }

Property Value

Type: Double
Remarks
TextBoxHeight Value is calculated within DrawRow method. It is valid for CustomDrawCellEvent.
See Also