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.6.5
Syntaxpublic PdfFont Font { get; set; }
Public Property Font As PdfFont
Get
Set
Property Value
PdfFont
The font of the signature appearance text.
ExceptionsException | Condition |
---|
ArgumentNullException | Value is . |
See Also