Click or drag to resize

PdfSignatureAppearanceFont Property

Gets or sets the font of the signature appearance text.

Default value: Helvetica of size 10 points.


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

Property Value

PdfFont
The font of the signature appearance text.
Exceptions
ExceptionCondition
ArgumentNullExceptionValue is .
See Also