Click or drag to resize

PdfVariableTextAppearanceLineHeight Property

Gets or sets the line height, or line spacing, between lines of the PdfTextField appearance text (if the MultiLine is ).

Default value: 0 (the default line height is automatically calculated, and is based on the FontFace and the FontSize).


Namespace: SautinSoft.Pdf.Forms
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.10.22
Syntax
public double LineHeight { get; set; }

Property Value

Double
The line height, or line spacing, between lines of the PdfTextField appearance text.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionValue is less than 0.
See Also