Set signature info font

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# 
[ObsoleteAttribute("This property may be removed in the future, please use the SignDetailsFont and SignNameFont property to set font directly instead.")]
public Dictionary<SignInfoType, Object> SignInfoFont { get; set; }
<ObsoleteAttribute("This property may be removed in the future, please use the SignDetailsFont and SignNameFont property to set font directly instead.")> 
Public Property SignInfoFont As Dictionary(Of SignInfoType, Object)
	Get
	Set
public:
[ObsoleteAttribute(L"This property may be removed in the future, please use the SignDetailsFont and SignNameFont property to set font directly instead.")]
property Dictionary<SignInfoType, Object^>^ SignInfoFont {
	Dictionary<SignInfoType, Object^>^ get ();
	void set (Dictionary<SignInfoType, Object^>^ value);
}
[<ObsoleteAttribute("This property may be removed in the future, please use the SignDetailsFont and SignNameFont property to set font directly instead.")>]
member SignInfoFont : Dictionary<SignInfoType, Object> with get, set

Property Value

Dictionary<(Of <(<'SignInfoType, Object>)>)>

See Also