Leadtools.Document Requires Document/Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.10.31
RasterDocumentCharacterFilter Enumeration
See Also  
Leadtools.Document Namespace : RasterDocumentCharacterFilter Enumeration




Values that indicate what is to be recognized in a zone.

Syntax

Visual Basic (Declaration) 
Public Enum RasterDocumentCharacterFilter 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As RasterDocumentCharacterFilter
C# 
public enum RasterDocumentCharacterFilter : Enum 
Managed Extensions for C++ 
__value public enum RasterDocumentCharacterFilter : public Enum 
C++/CLI 
public enum class RasterDocumentCharacterFilter : public Enum 

Members

MemberDescription
Default This value is used to have the zone handled globally. Do not combine this with any other filter.
Digit Recognize only numerals. E.g.: "3" (Digit Three).
Uppercase Recognize only uppercase letters, including accented ones. E.g.: "A" (Capital A).
Lowercase Recognize only lowercase letters, including accented ones. E.g.: "a" (Lowercase a).
Punctuation Recognize only punctuation signs. E.g.: "!" (Exclamation Mark).
Miscellaneous Recognize only miscellaneous characters. E.g.: "+" (Plus sign).
Plus Use the Filter Plus characters specified by the LanguageCharacterPlusFilter property. The Filter Plus characters are added to the language environment after any filtering. This filter can also be used to achieve a very limited character set.
All Enable all elements (do not filter).
Alpha Recognize only upper and lowercase letters.
Numbers Recognize digits, plus the Filter Plus characters set by the LanguageCharacterPlus property.
OcrA Recognize OCR-A characters with digit characters.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Document.RasterDocumentCharacterFilter

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

Leadtools.Documentrequires a Document or Medical toolkit license and unlock key. For more information, refer to: Raster Pro/Document/Medical Features