PdfSignatureAppearanceFont Property |
Gets or sets the font of the signature appearance text.
Default value: Helvetica of size 10 points.
Namespace: SautinSoft.Pdf.FormsAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.11.10
Syntaxpublic PdfFont Font { get; set; }Public Property Font As PdfFont
Get
Set
Property Value
PdfFont
The font of the signature appearance text.
Exceptions| Exception | Condition |
|---|
| ArgumentNullException | Value is . |
See Also