←Select platform

GetSupportedSpellCheckEngines Method

Summary

Gets a list of the spell checker supported by this OCR engine type.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public OcrSpellCheckEngine[] GetSupportedSpellCheckEngines() 
Function GetSupportedSpellCheckEngines() As Leadtools.Forms.Ocr.OcrSpellCheckEngine() 
[Leadtools.Forms.Ocr.OcrSpellCheckEngine[]](ocrspellcheckengine.md) GetSupportedSpellCheckEngines() 
@property (nonatomic, copy, readonly) NSArray<NSNumber *> *supportedSpellCheckEngines 
public OcrSpellCheckEngine[] getSupportedSpellCheckEngines() 
function Leadtools.Forms.Ocr.IOcrSpellCheckManager.GetSupportedSpellCheckEngines() 
Leadtools.Forms.Ocr.array<OcrSpellCheckEngine>^ GetSupportedSpellCheckEngines();  

Return Value

An array of OcrSpellCheckEngine that contains the spell checker supported by this OCR engine type.

Remarks

To get and set the current spell checker, use SpellCheckEngine and to query if a certain spell checker is supported by this OCR engine, use IsSpellCheckEngineSupported.

Example

For an example, refer to IOcrSpellCheckManager.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Ocr Assembly