Click or drag to resize

PdfSignatureAppearanceFontFamily Property

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

Default value: Helvetica.


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

Property Value

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