PdfSignature
ShowConfiguerText Property
|
Note: This API is now obsolete.
Show Digital Signature,Configuer Text
Namespace:
Spire.Pdf.Security
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
[ObsoleteAttribute("This property may be removed in the future. To achieve the same function,simply setting Signature details, such as Location,ContactInfo,Reason etc., enables to display it; if not set, not display")]
public SignatureConfiguerText ShowConfiguerText { get; set; }
<ObsoleteAttribute("This property may be removed in the future. To achieve the same function,simply setting Signature details, such as Location,ContactInfo,Reason etc., enables to display it; if not set, not display")>
Public Property ShowConfiguerText As SignatureConfiguerText
Get
Set
public:
[ObsoleteAttribute(L"This property may be removed in the future. To achieve the same function,simply setting Signature details, such as Location,ContactInfo,Reason etc., enables to display it; if not set, not display")]
property SignatureConfiguerText ShowConfiguerText {
SignatureConfiguerText get ();
void set (SignatureConfiguerText value);
}
[<ObsoleteAttribute("This property may be removed in the future. To achieve the same function,simply setting Signature details, such as Location,ContactInfo,Reason etc., enables to display it; if not set, not display")>]
member ShowConfiguerText : SignatureConfiguerText with get, set
Property Value
Type:
SignatureConfiguerText
See Also