Skip to main content

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.

This method attaches an external dictionary.

Syntax

C++

HRESULT SetDictionary( IExternalDictionary* Dictionary );

C#

void SetDictionary( IExternalDictionary Dictionary );

Visual Basic .NET

Sub SetDictionary(Dictionary As IExternalDictionary)

Parameters

Dictionary [in] This parameter contains a pointer to the IExternalDictionary interface which represents an external dictionary.

Return values

This method has no specific return values. It returns the standard return values of ABBYY FineReader Engine functions.

See also

ExternalDictionaryDescription