SignatureSettingsShowDeletedSignaturesInfo Property |
Gets or sets flag that includes deleted signatures into Document Info result.
Each Signature
BaseSignature has Deleted flag
Deleted to detect if it was deleted.
Namespace: GroupDocs.SignatureAssembly: GroupDocs.Signature (in GroupDocs.Signature.dll) Version: 22.4.0.0 (22.4)
Syntaxpublic bool ShowDeletedSignaturesInfo { get; set; }
Public Property ShowDeletedSignaturesInfo As Boolean
Get
Set
public:
property bool ShowDeletedSignaturesInfo {
bool get ();
void set (bool value);
}
member ShowDeletedSignaturesInfo : bool with get, set
Property Value
Type:
Boolean
See Also