getSigStatus()
Declaration
function getSigStatus(out Status: Integer)
Description
Function returns the current Status of the Signing Process
Â
Value | Status |
---|---|
-1 | Not Initialized |
0 | Unknown State |
1 | Document not loaded |
2 | Document loaded |
3 | Signed |
4 | Sealed |
5 | Cancelled |
6 | SealError |
7 | Document Closed |
8 | OpenError |