Accusoft.PdfXpress7.Net
MatchedText Property




Gets the text identified by this TextMatch.
Syntax
'Declaration
 
Public ReadOnly Property MatchedText As String
'Usage
 
Dim instance As TextMatch
Dim value As String
 
value = instance.MatchedText
public string MatchedText {get;}
public: __property string* get_MatchedText();
public:
property String^ MatchedText {
   String^ get();
}

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

Reference

TextMatch Class
TextMatch Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback