eImageQualityCheckType
This page covers the description of the eImageQualityCheckType enumeration
public class eImageQualityCheckType {
public static final int IQC_IMAGE_GLARES = 0;
public static final int IQC_IMAGE_FOCUS = 1;
public static final int IQC_IMAGE_RESOLUTION = 2;
}Last updated