Set the sign name font.
Note: This font applys to sign name when the GraphicMode is SignNameOnly or SignNameAndSignDetail.
if not set, the default font will be applied.
Namespace: Spire.Pdf.SecurityAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public PdfFontBase SignNameFont { set; }
Public WriteOnly Property SignNameFont As PdfFontBase Set
public: property PdfFontBase^ SignNameFont { void set (PdfFontBase^ value); }
member SignNameFont : PdfFontBase with set