PdfSignature
SignNameFont Property
|
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.Security
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfFontBase SignNameFont { set; }
Public WriteOnly Property SignNameFont As PdfFontBase
Set
public:
property PdfFontBase^ SignNameFont {
void set (PdfFontBase^ value);
}
member SignNameFont : PdfFontBase with set
Property Value
Type:
PdfFontBase
See Also