VerificationModeEnum (COM-based API)
VerificationModeEnum enumeration constants are used to set the type of verification.
enum VerificationModeEnum {
DVM_DoNotVerify = 0,
DVM_VerifyIfThresholdExceeded = 1,
DVM_VerifyAlways = 2,
DVM_DoNotVerifyEdoc = 3
};
Elements
Name | Description |
DVM_DoNotVerify | Turns off verification. Documents will skip the verification stage. |
DVM_VerifyAlways | Turns on verification. Documents will always go through the verification stage. |
DVM_VerifyIfThresholdExceeded | Documents will be sent to the verification stage if the verification threshold set in VerificationModeThreshold is exceeded. |
DVM_DoNotVerifyEdoc | Turns off verification for documents in Office formats. |
See also
26.03.2024 13:49:49