Click or drag to resize

FINDTEXTFLAG Enumeration

Find text flags.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
[GuidAttribute("23FDE3EB-E0C1-4C7F-8A96-3C84D2D8472C")]
[FlagsAttribute]
public enum FINDTEXTFLAG
Members
  Member nameValueDescription
FTF_DEFAULT0 Default.
FTF_WHOLEWORD1 Finds only whole word matches.
FTF_MATCHCASE2 Case sensitive searching.
FTF_FUZZYMATCH4 Fuzzy matches searching.
FTF_BACKWARD8 Searches backwards from the current position.
Remarks
FINDTEXTFLAG is used by the GetFindText method of the Document object.
See Also