PdfSignature
SignFontColor Property
|
Set font color for the signature info
if not set, the default is black
Namespace:
Spire.Pdf.Security
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public Color SignFontColor { set; }
Public WriteOnly Property SignFontColor As Color
Set
public:
property Color SignFontColor {
void set (Color value);
}
member SignFontColor : Color with set
Property Value
Type:
Color
See Also