Leadtools.Document Deprecated as of v16. Refer to: Leadtools.Forms.Ocr | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
IsCharacterEnabled Method
See Also 
Leadtools.Document Namespace > RasterDocumentEngine Class : IsCharacterEnabled Method



value
Character to be checked in the OCR document engine.
value
Character to be checked in the OCR document engine.
Determines whether the specified character is enabled in the OCR document engine.

Syntax

Visual Basic (Declaration) 
Public Function IsCharacterEnabled( _
   ByVal value As Char _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As RasterDocumentEngine
Dim value As Char
Dim value As Boolean
 
value = instance.IsCharacterEnabled(value)
C# 
public bool IsCharacterEnabled( 
   char value
)
C++/CLI 
public:
bool IsCharacterEnabled( 
   char value
) 

Parameters

value
Character to be checked in the OCR document engine.

Return Value

The status for the specified character.
  • true: the specified character is enabled in the OCR document engine.
  • false: the specified character is not enabled in the OCR document engine.

Example

Refer to SelectedLanguages example.

Remarks

Inquires whether a given character is validated for the current page by its Language environment and any filtering, which may include FilterPlus characters for one or more zones on the pages.
For more information, refer to Working with Languages.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

The Leadtools.Document namespace is deprecated and no longer supported as of LEADTOOLS v16. For v16 and later, please refer to: Leadtools.Forms.Ocr. This documentation is retained for v15 and earlier informational use only.