Accusoft.PdfXpress6.Net
WordsBefore Property




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

Property Value

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

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

See Also

Reference

TextMatch Class
TextMatch Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback