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.FormsAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.10.22
Syntaxpublic double LineHeight { get; set; }Public Property LineHeight As Double
Get
Set
Property Value
Double
The line height, or line spacing, between lines of the
PdfTextField appearance text.
Exceptions| Exception | Condition |
|---|
| ArgumentOutOfRangeException | Value is less than 0. |
See Also