ProcessProgressEventArgsCancel Property |
Indicates whether process should be canceled.
Namespace: GroupDocs.SignatureAssembly: GroupDocs.Signature (in GroupDocs.Signature.dll) Version: 22.4.0.0 (22.4)
Syntaxpublic bool Cancel { get; set; }
Public Property Cancel As Boolean
Get
Set
public:
property bool Cancel {
bool get ();
void set (bool value);
}
member Cancel : bool with get, set
Property Value
Type:
Boolean
See Also