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: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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

Color

See Also