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;
}

Last updated