PdfSignatureAppearanceLineHeight Property |
Gets or sets the line height, or line spacing, between lines of the signature appearance text.
Default value: 11.56 points.
Namespace: SautinSoft.Pdf.FormsAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.6.5
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 signature appearance text.
ExceptionsException | Condition |
---|
ArgumentOutOfRangeException | Value is less than zero. |
See Also