Volume Property of the License Object
This property provides access to the total number of pages/characters which can be processed during a period if the license has such a limitation. The property uses as an input parameter the type of units (pages, characters) used by the ABBYY FineReader Engine license to limit the number of operations. The period is specified by the ILicense::VolumeRefreshingPeriod property.
Syntax
C++
HRESULT get_Volume(
LicenseCounterTypeEnum CounterType,
int* Result
);
C#
int get_Volume( LicenseCounterTypeEnum CounterType );
Visual Basic .NET
ReadOnly Property Volume(CounterType As LicenseCounterTypeEnum) As Integer
Parameters
- CounterType
- [in] This variable specifies the type of units used by the ABBYY FineReader Engine license to limit the number of operations during the period. See the description of the LicenseCounterTypeEnum constants.
- Result
- [out, retval] Returns the total number of the specified limitation units which can be processed during the period.
Return values
This function has no specific return values. It returns the standard return values of ABBYY FineReader Engine functions.
See also
9/17/2024 3:14:40 PM