Click or drag to resize

FindTextAction Enumeration

Search text action flags.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public enum FindTextAction
Members
  Member nameValueDescription
FT_HIGHLIGHT0 Highlights text with yellow background. Cannot be exported with Plain Text formatting.
FT_STRIKEOUT1 Strikes text out with a single line. Cannot be exported with Plain Text formatting.
FT_MARKFORREDACT2 Marks the found text for future redaction. Cannot be exported with Plain Text formatting.
Remarks

These flags can be used for specifying which flags to be changed by Process method of the SearchText object.

Redaction replaces the characters in a dense set of gate characters to make them blacked out, and replaces the related content with a black rectangle on all variants of the image (II_ORIGINAL, II_CURRENT, II_BW and II_THUMBNAIL). Highlight and strikeout modify the text attributes, but do not modify the image. Therefore highlight and strikeout cannot be exported with image-on-text PDF.

See Also