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
속성 작업