Documentation Index
Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
Use this file to discover all available pages before exploring further.
このプロパティでは、処理済みページ数に関するライセンス上限が更新される日付を取得できます。
HRESULT VolumeRefreshingDate(
LicenseCounterTypeEnum CounterType,
int* Year,
int* Month,
int* Day
);
void VolumeRefreshingDate(
LicenseCounterTypeEnum CounterType,
out int Year,
out int Month,
out int Day
);
Sub VolumeRefreshingDate( _
CounterType As LicenseCounterTypeEnum, _
ByRef Year As Integer, _
ByRef Month As Integer, _
ByRef Day As Integer _
)
CounterType
[in] この変数は、ABBYY FineReader Engine のライセンスで操作回数を制限する際に使用される単位の種類を指定します。使用可能な種類は、LicenseCounterTypeEnum の LCT_Pages のみです。このパラメーターに LCT_Pages 以外の値が設定されている場合は、エラーが返されます。ライセンスが処理文字数を制限しているにもかかわらず LCT_Pages を指定した場合、このメソッドは日、月、年に対して 0 を返します。
Year
[out] 更新年を受け取る int 変数へのポインターです。
Month
[out] 更新月を受け取る int 変数へのポインターです。
Day
[out] 更新日を受け取る int 変数へのポインターです。
この関数固有の戻り値はありません。返されるのは、ABBYY FineReader Engine 関数の標準的な戻り値です。
License
Properties の操作