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.
このオブジェクトは、使用可能な (アクティブ化済みの) License のコレクションです。このコレクションには、Engine オブジェクトを介してアクセスできます。
- ABBYY FineReader Engine のコレクションのインデックスは 0 から始まります。
- C# の foreach ステートメント (Visual Basic .NET の for each) を使用して、コレクションを操作できます。
| 名前 | 型 | 説明 |
|---|
| Application | Engine, 読み取り専用 | Engine オブジェクトを返します。 |
| Count | int, 読み取り専用 | コレクション内の要素数を格納します。 |
| Element | License, 読み取り専用 | コレクションの 1 つの要素にアクセスできます。 |
| 名前 | 説明 |
|---|
| Find | シリアル番号でライセンスにアクセスします。 |
| Item | コレクション内の 1 つの要素にアクセスします。 |
このオブジェクトは、EngineオブジェクトのGetAvailableLicensesメソッドの出力パラメーターです。
オブジェクト図
FREngine.IEngine engine;
// Engine オブジェクトは読み込まれているものとします
// License を選択します
string projectId = ""; // 正しい projectID を設定します
FREngine.ILicenses licenses = Engine.GetAvailableLicenses(projectId);
int selectedIndex = 0; // 使用する License を選択します
FREngine.ILicense license = licenses.Item(selectedIndex);
Engine.SetCurrentLicense(license);
このオブジェクトは、次の Windows 用デモツールで使用されます: ユーザーパターン学習ユーティリティ。
License
IEngine::SetCurrentLicense
コレクションの操作
プロパティの操作