The name of the person or authority signing the document, usually called signer.
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, please use the Name property instead.")] public string DigitalSigner { get; set; }
<ObsoleteAttribute("This property may be removed in the future, please use the Name property instead.")> Public Property DigitalSigner As String Get Set
public: [ObsoleteAttribute(L"This property may be removed in the future, please use the Name property instead.")] property String^ DigitalSigner { String^ get (); void set (String^ value); }
[<ObsoleteAttribute("This property may be removed in the future, please use the Name property instead.")>] member DigitalSigner : string with get, set