Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt

Use this file to discover all available pages before exploring further.

CheckmarkCheckStateEnum enumeration constants are used to specify the state of a checkmark block.
typedef enum {
 CMCS_NotChecked,
 CMCS_Checked,
 CMCS_Corrected,
 CMCS_NotRecognized
} CheckmarkCheckStateEnum;

Elements

NameDescription
CMCS\_CheckedSelected.
CMCS\_CorrectedCheckmark was selected but later was crossed out.

Note: If the type of checkmark is CMT\_Custom, recognized checkmark cannot be in this state.
CMCS\_NotCheckedNot selected.
CMCS\_NotRecognizedThe checkmark has not been recognized yet.

Used in

ICheckmarkBlock::CheckmarkState