AFCEM_ Prefixed Flags
The AFCEM_ prefixed flags are used to denote the possible ABBYY FlexiCapture SDK modules whose availability depends on the license. The ILicense::AvailableFlexiCaptureEngineModules property returns a bitwise OR combination of zero or more of these flags values, where each set bit indicates that the corresponding ABBYY FlexiCapture SDK module is available in the license.
module AFCEM
{
 const int AFCEM_FlexiCaptureEngineAPI         = 0x00000001;
 const int AFCEM_FlexibleLayouts               = 0x00000002;
 const int AFCEM_SearchablePDF                 = 0x00000008;
 const int AFCEM_ISIS                          = 0x00000010;
 const int AFCEM_Verification                  = 0x00000020;
 const int AFCEM_Chinese                       = 0x00000040;
 const int AFCEM_Japanese                      = 0x00000080;
 const int AFCEM_Korean                        = 0x00000100;
 const int AFCEM_Thai                          = 0x00000200;
 const int AFCEM_Vietnamese                    = 0x00000400;
 const int AFCEM_CyrillicICR                   = 0x00000800;
 const int AFCEM_AllowUnprotectedCustomModules = 0x00001000;
 const int AFCEM_Arabic                        = 0x00002000;
 const int AFCEM_Classification                = 0x00004000;
}
    
  Elements
Used in
ILicense::AvailableFlexiCaptureEngineModules
See also
8/15/2023 1:19:30 PM
