LicenseLimitationPeriodEnum
LicenseLimitationPeriodEnum enumeration constants are used to denote the period during which the ABBYY FlexiCapture SDK license limits the number of the recognition and export operations.
typedef enum {
LLP_Hour,
LLP_Day,
LLP_Week,
LLP_Month,
LLP_Year,
LLP_Infinite
} LicenseLimitationPeriodEnum;
Elements
| Name | Description |
|---|---|
| LLP_Hour | The remaining units counter is refreshed at the beginning of each hour. |
| LLP_Day | The remaining units counter is refreshed at the beginning of each day. |
| LLP_Week | The remaining units counter is refreshed at the beginning of each week. |
| LLP_Month | The remaining units counter is refreshed at the beginning of each month. |
| LLP_Year | The remaining units counter is refreshed at the beginning of each year. |
| LLP_Infinite | The remaining units counter is never refreshed. |
Used in
8/15/2023 1:19:30 PM