eCheckResult
This page covers the description of the eCheckResult enumeration
eCheckResult
enumeration contains identifiers determining the result of a single document security check.
public class eCheckResult {
public static final int CH_CHECK_ERROR = 0;
public static final int CH_CHECK_OK = 1;
public static final 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
Last updated
Was this helpful?