Accusoft.PdfXpress7.Net
WordsAfter Property




Gets a string that provides the user-specified number of words after the matched text string.
Syntax
'Declaration
 
Public ReadOnly Property WordsAfter As String
'Usage
 
Dim instance As TextMatch
Dim value As String
 
value = instance.WordsAfter
public string WordsAfter {get;}
public: __property string* get_WordsAfter();
public:
property String^ WordsAfter {
   String^ get();
}

Property Value

A string value which represents the text after the MatchedText.
Remarks

This property returns a string that contains the text immediately following the MatchedText. The number of words returned by this property is controlled by the TextMatchOptions.NumberOfWordsAfterMatchToReport property.

See Also

Reference

TextMatch Class
TextMatch Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback