Skip to main content
VolumeRefreshingPeriodEnum enumeration constants are used to denote the period during which the ABBYY FineReader Engine license limits the number of the recognition and export operations.
ABBYY FineReader Engine licenses use UTC time standard.
typedef enum {
 VRP_Day,
 VRP_Week,
 VRP_Month,
 VRP_Quarter,
 VRP_HalfYear,
 VRP_Year,
 VRP_Infinite,
 VRP_AbsoluteMonth,
 VRP_AbsoluteYear
} VolumeRefreshingPeriodEnum;

Elements

NameDescription
VRP\_AbsoluteMonthThe remaining units counter is refreshed at the beginning of the specific day of the month.
VRP\_AbsoluteYearThe remaining units counter is refreshed at the beginning of the specific day of the year.
VRP\_DayThe remaining units counter is refreshed at the beginning of each day.
VRP\_HalfYearThe remaining units counter is refreshed at the beginning of each half a year.
VRP\_InfiniteThe remaining units counter is never refreshed.
VRP\_MonthThe remaining units counter is refreshed at the beginning of each month.
VRP\_QuarterThe remaining units counter is refreshed at the beginning of each quarter.
VRP\_WeekThe remaining units counter is refreshed at the beginning of each week.
VRP\_YearThe remaining units counter is refreshed at the beginning of each year.

Used in

ILicense::VolumeRefreshingPeriod