BaseSignatureSignatureId Property |
Unique signature identifier to modify signature in the document over Update or Delete methods.
This property will be set automatically after Sign or Search method being called.
If this property was saved before it can be set manually to manipulate the signature.
Namespace: GroupDocs.Signature.DomainAssembly: GroupDocs.Signature (in GroupDocs.Signature.dll) Version: 22.6.0.0 (22.6)
Syntaxpublic string SignatureId { get; }
Public ReadOnly Property SignatureId As String
Get
public:
property String^ SignatureId {
String^ get ();
}
member SignatureId : string with get
Property Value
Type:
String
See Also