Constructor TextFindCriteria

Namespace TallComponents.PDF.TextExtraction
Class TextFindCriteria

Create a TextFindCriteria object with given properties.

Syntax

public  TextFindCriteria( String  text Boolean  matchWholeWord Boolean  matchCase Boolean  backwards )

Parameters


String text
Find this text.

Boolean matchWholeWord
Find only whole occurrences.

Boolean matchCase
Find only occurrences that match case.

Boolean backwards
Search backwards (otherwise forwards).