Click or drag to resize

PdfSignatureAppearanceFontSize Property

Gets or sets the font size of the signature appearance text.

A zero value for size means that the font shall be auto-sized: its size shall be computed as a function of the size of the annotation rectangle.

Default value: 10 points.


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

Property Value

Double
The font size of the signature appearance text.
Exceptions
ExceptionCondition
ArgumentExceptionValue is either NaN, NegativeInfinity or PositiveInfinity.
ArgumentOutOfRangeExceptionValue is less than 0.
See Also