> ## 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.

# バージョン10とのライセンス関連オブジェクトの互換性

> ABBYY FineReader Engine 12 と 10 の間におけるライセンス関連オブジェクト API の互換性の変更。

このセクションでは、アプリケーションのソースコードへの変更が必要になる可能性があるライセンス関連オブジェクトのすべての変更について説明します。

<table>
  <thead>
    <tr>
      <th>
        <p>
          <strong>オブジェクト/Enumeration</strong>
        </p>
      </th>

      <th>
        <p>
          <strong>プロパティ/メソッド/定数</strong>
        </p>
      </th>

      <th>
        <p>
          <strong>What has happened?</strong>
        </p>
      </th>

      <th>
        <p>
          <strong>コメント</strong>
        </p>
      </th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>
        <p>
          <strong>
            <a href="/ja/fine-reader/engine/api-reference/license-related-objects/license">License</a>
          </strong>
        </p>
      </td>

      <td>
        <p>
          <strong>ProjectID</strong>
        </p>
      </td>

      <td>
        <p>名称変更、動作変更</p>
      </td>

      <td>
        <p>このプロパティは <strong>CustomerProjectId</strong> という名称になりました。</p>
        <p>Customer Project ID はシリアル番号とは異なります。これは、プロジェクトで使用するすべての Developer および Runtime ライセンスに共通する英数字の文字列であり、シリアル番号の代わりにライブラリの初期化関数に渡されます。</p>
      </td>
    </tr>

    <tr>
      <td rowspan="2">
        <p>
          <strong>LicenseCollection</strong>
        </p>
      </td>

      <td>
        <br />
      </td>

      <td>
        <p>名称変更</p>
      </td>

      <td>
        <p>このオブジェクトの新しい名称は <strong><a href="/ja/fine-reader/engine/api-reference/license-related-objects/licenses">Licenses</a></strong> です。新しい命名規則では、<a href="/ja/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-collections#temporary_collections">一時コレクション</a>の名前には <strong>Collection</strong> という接尾辞が付きますが、これは<a href="/ja/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-collections#read-only_collections">読み取り専用コレクション</a>です。</p>
      </td>
    </tr>

    <tr>
      <td>
        <p>
          <strong>FindLicense</strong>
        </p>
      </td>

      <td>
        <p>名称変更</p>
      </td>

      <td>
        <p>このメソッドは <strong><a href="/ja/fine-reader/engine/api-reference/license-related-objects/licenses/find-method">Find</a></strong> に名称変更されました。名前に含まれる <strong>License</strong> という単語は冗長であるためです。</p>
        <p>このメソッドは、指定されたシリアル番号を持つライセンスが存在しない場合、null を返します。</p>
      </td>
    </tr>

    <tr>
      <td rowspan="3">
        <p>
          <strong>
            <a href="/ja/fine-reader/engine/api-reference/enumerations/availableenginemodulesflags">AvailableEngineModulesFlags</a>
          </strong>
        </p>
      </td>

      <td>
        <p>AEM\_1DBarcode</p>
        <p>AEM\_PDF417</p>
        <p>AEM\_Aztec</p>
        <p>AEM\_QRCode</p>
        <p>AEM\_DataMatrix</p>
        <p>AEM\_BarcodeAutolocation</p>
      </td>

      <td>
        <p>削除</p>
      </td>

      <td>
        <p>バーコードモジュール用の新しいフラグセット <strong><a href="/ja/fine-reader/engine/api-reference/enumerations/availablebarcodemodulesflags">AvailableBarcodeModulesFlags</a></strong> が追加され、その定数が代わりに使用されます。</p>
      </td>
    </tr>

    <tr>
      <td>
        <p>AEM\_FullTextSearchDA</p>
        <p>AEM\_FlexiFormsDA</p>
      </td>

      <td>
        <p>削除</p>
      </td>

      <td>
        <p><em>DA for Full-Text Indexing</em> および <em>DA for Invoices</em> モジュールは削除されました。これらが提供していた機能は、すべての有効なライセンスで利用可能です。</p>
      </td>
    </tr>

    <tr>
      <td>
        <p>AEM\_ASCII</p>
      </td>

      <td>
        <p>削除</p>
      </td>

      <td>
        <p>対応するライセンスモジュールは使用されなくなりました。AEM\_ProcessAsPlainText 定数を使用することで、同様の機能を提供する <a href="/ja/fine-reader/engine/licensing/modules#processing_as_plain_text">Processing as Plain Text</a> モジュールにアクセスできます。</p>
      </td>
    </tr>

    <tr>
      <td>
        <p>
          <strong>AvailableExportFormatesFlags</strong>
        </p>
      </td>

      <td>
        <br />
      </td>

      <td>
        <p>名称変更</p>
      </td>

      <td>
        <p>この Enumeration の名称が修正され、<strong><a href="/ja/fine-reader/engine/api-reference/enumerations/availableexportformatsflags">AvailableExportFormatsFlags</a></strong> となりました。</p>
      </td>
    </tr>
  </tbody>
</table>
