Accusoft.PdfXpress5.Net
TextMatchOptions Constructor(Int32,Int32,Int32,Int32,Boolean)
See Also  Send Feedback
Accusoft.PdfXpressSdk Namespace > TextMatchOptions Class > TextMatchOptions Constructor : TextMatchOptions Constructor(Int32,Int32,Int32,Int32,Boolean)




beginTextOffset
The beginning offset relative to the front of a page's text string to report a text match for.
endTextOffset
The ending offset relative to the front of a page's text string to report a text match for.
numberOfWordsBeforeMatchToReport
The number of words to include before the matched text in the string returned by the TextMatch.WordsBefore property.
numberOfWordsAfterMatchToReport
The number of words to include after the matched text in the string returned by the TextMatch.WordsAfter property.
returnCompleteWords
Indicates whether the matched text and quadrilaterals reflect the characters in the specified character-index range or complete words overlapping the specified character-index range.

Glossary Item Box

Initializes a new instance of the TextMatchOptions class with user-specified value.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Parameters

beginTextOffset
The beginning offset relative to the front of a page's text string to report a text match for.
endTextOffset
The ending offset relative to the front of a page's text string to report a text match for.
numberOfWordsBeforeMatchToReport
The number of words to include before the matched text in the string returned by the TextMatch.WordsBefore property.
numberOfWordsAfterMatchToReport
The number of words to include after the matched text in the string returned by the TextMatch.WordsAfter property.
returnCompleteWords
Indicates whether the matched text and quadrilaterals reflect the characters in the specified character-index range or complete words overlapping the specified character-index range.

See Also

©2012. Accusoft Corporation. All Rights Reserved.