Set the SignDetails font. Note: if not set, the default font will be applied.

Namespace: Spire.Pdf.Security
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public PdfFontBase SignDetailsFont { set; }
Public WriteOnly Property SignDetailsFont As PdfFontBase
	Set
public:
property PdfFontBase^ SignDetailsFont {
	void set (PdfFontBase^ value);
}
member SignDetailsFont : PdfFontBase with set

Property Value

PdfFontBase

See Also