Click or drag to resize

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.Forms
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.6.5
Syntax
public double LineHeight { get; set; }

Property Value

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