Skip to main content
This topic applies to FRE for Windows .
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.
Visual Components are currently only supported for 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;
};

Elements

Flag nameDescription
AVC\_DocumentViewerDocument Batch Managing
AVC\_ImageViewerImage Viewing and Blocks Drawing
AVC\_ScanningScanning module.
AVC\_TextEditorText Viewing and Editing
AVC\_TextValidatorFull-Text Verification
AVC\_TrainingUser Patterns Training module.

Used in

License ABBYY FineReader Engine 12 Modules