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.
このトピックは Windows 版 FRE に適用されます。
AVC_ 接頭辞付きフラグは、ライセンスに応じて利用可能かどうかが決まる Visual Components 用の ABBYY FineReader Engine モジュール を示すために使用されます。ILicense::AvailableVisualComponents プロパティは、これらのフラグ値を 0 個以上ビット単位 OR で組み合わせた値を返します。セットされている各ビットは、対応する Visual Component モジュールがライセンスで利用可能であることを示します。
現在、Visual Components は Windows でのみサポートされています。
module AvailableVisualComponentsFlags
{
const int AVC_ImageViewer = 0x00000001;
const int AVC_DocumentViewer = 0x00000002;
const int AVC_TextEditor = 0x00000004;
const int AVC_TextValidator = 0x00000008;
const int AVC_Scanning = 0x00000010;
const int AVC_Training = 0x00000020;
};
| フラグ名 | 説明 |
|---|
| AVC_DocumentViewer | ドキュメントバッチ管理 |
| AVC_ImageViewer | 画像表示とブロック描画 |
| AVC_Scanning | スキャン モジュール。 |
| AVC_TextEditor | テキストの表示と編集 |
| AVC_TextValidator | 全文検証 |
| AVC_Training | ユーザーパターンのトレーニング モジュール。 |
ライセンス
ABBYY FineReader Engine 12 モジュール