跳轉到主要內容
此屬性可讓您存取授權中依已處理頁面數計算的限制將會重設的日期。

語法

C++

HRESULT VolumeRefreshingDate(
  LicenseCounterTypeEnum    CounterType,
  int*                          Year,
  int*                          Month,
  int*                          Day
);

C#

void VolumeRefreshingDate(
  LicenseCounterTypeEnum    CounterType,
  out int                         Year,
  out int                         Month,
  out int                         Day
);

Visual Basic .NET

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 函式的標準回傳值

另請參閱

授權 處理屬性