PdfDigitalSignatureAppearanceForeground Property |
Get or set foreground text color of signature appearance.
By default the value is Color.FromArgb(76, 100, 255)
Namespace: GroupDocs.Signature.Options.AppearancesAssembly: GroupDocs.Signature (in GroupDocs.Signature.dll) Version: 22.4.0.0 (22.4)
Syntaxpublic Color Foreground { get; set; }
Public Property Foreground As Color
Get
Set
public:
property Color Foreground {
Color get ();
void set (Color value);
}
member Foreground : Color with get, set
Property Value
Type:
Color
See Also