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
7/3/2024 8:50:25 AM