LicenseCounterTypeEnum
LicenseCounterTypeEnum enumeration constants are used to denote the units (pages, characters) used by the ABBYY FineReader Engine license to limit the number of the recognition and export operations during a period.
typedef enum {
 LCT_Pages,
 LCT_Characters,
 LCT_FineReaderXIXPages,
 LCT_FineReaderXIXCharacters
} LicenseCounterTypeEnum;
    
  Elements
| Name | Description | 
|---|---|
| LCT_Pages | The limitation counts pages. | 
| LCT_Characters | The limitation counts characters. | 
| LCT_FineReaderXIXPages | The limitation counts pages of the FineReader XIX module. | 
| LCT_FineReaderXIXCharacters | The limitation counts characters of the FineReader XIX module. | 
Used in
ILicense::VolumeRefreshingDate
9/17/2024 3:14:40 PM