eCheckResult
eCheckResult
enumeration contains identifiers determining the result of a single document security check.
class eCheckResult {
static const int CH_CHECK_ERROR = 0;
static const int CH_CHECK_OK = 1;
static const int CH_CHECK_WAS_NOT_DONE = 2;
}
Constant | Description |
---|---|
CH_CHECK_ERROR | check wasn't passed |
CH_CHECK_OK | check passed |
CH_CHECK_WAS_NOT_DONE | check wasn't carried out |