BaseSignatureDeleted Property |
Get or set flag to indicate if this signature was deleted from the document.
This property is being used only for document history log records to keep the list of deleted signatures.
Namespace: GroupDocs.Signature.DomainAssembly: GroupDocs.Signature (in GroupDocs.Signature.dll) Version: 21.1.0.0 (21.1)
Syntaxpublic bool Deleted { get; }
Public ReadOnly Property Deleted As Boolean
Get
public:
property bool Deleted {
bool get ();
}
member Deleted : bool with get
Property Value
Type:
Boolean
See Also