Show Digital Signature,Configuer Text
Namespace: Spire.Pdf.SecurityAssembly: 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. 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