Accusoft.PdfXpress5.Net
MatchedText Property
See Also  Send Feedback
Accusoft.PdfXpressSdk Namespace > TextMatch Class : MatchedText Property




Glossary Item Box

Gets the text identified by this TextMatch.

Syntax

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

Property Value

A string value which represents the text in the TextMatch.

Remarks

This property returns the text of the subtring specified by the TextMatchOptions.BeginTextOffset and TextMatchOptions.EndTextOffset properties of the TextMatchOptions object that was used to generate this TextMatch.

The TextMatchOptions.ReturnCompleteWords can affect the value this property even when identical offsets are used. When TextMatchOptions.ReturnCompleteWords is false the text of this property will reflect the characters within the specified character-index range. When TextMatchOptions.ReturnCompleteWords is true the text of this property will represent complete words, possibly overlapping the specified character-index range.

See Also

©2012. Accusoft Corporation. All Rights Reserved.