AvailableVisualComponentsFlags
The AVC_ prefixed flags are used to denote the possible ABBYY FineReader Engine modules for Visual Components whose availability depends on the license. The ILicense::AvailableVisualComponents property returns a bitwise OR combination of zero or more of these flags values, where each set bit indicates that the corresponding Visual Component module is available in the license.
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;
};
Elements
| Flag name | Description |
|---|---|
| AVC_DocumentViewer | Document Batch Managing module. This module is currently not supported. |
| AVC_ImageViewer | Image Viewing and Blocks Drawing module. This module is currently not supported. |
| AVC_Scanning | Scanning module. |
| AVC_TextEditor | Text Viewing and Editing module. This module is currently not supported. |
| AVC_TextValidator | Full-Text Verification module. This module is currently not supported. |
| AVC_Training | User Patterns Training module. |
Used in
9/17/2024 3:14:41 PM