跳转到主要内容
如果许可证存在此类限制,该属性可用于获取在一个周期内可处理的页面/字符总数。该属性的输入参数为单位类型 (页面、字符) ,即 ABBYY FineReader Engine 许可证用来限制操作次数的单位。该周期由 ILicense::VolumeRefreshingPeriod 属性指定。

语法

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

参数

CounterType [in] 此变量指定 ABBYY FineReader Engine 许可证在该周期内用于限制操作次数的计量单位类型。请参见 LicenseCounterTypeEnum 常量的说明。 Result [out, retval] 返回该周期内可处理的指定限制单位总数。

返回值

此函数没有特定返回值。它将返回 ABBYY FineReader Engine 函数的标准返回值

另请参阅

许可证 使用属性