Accusoft.PdfXpress7.Net
NumberOfWordsBeforeMatchToReport Property




Gets and sets the number of words before the matched text in the string returned by the TextMatch.WordsBefore property.
Syntax
public int NumberOfWordsBeforeMatchToReport {get; set;}
public: __property int get_NumberOfWordsBeforeMatchToReport();
public: __property void set_NumberOfWordsBeforeMatchToReport( 
   int value
);
public:
property int NumberOfWordsBeforeMatchToReport {
   int get();
   void set (    int value);
}
'Declaration
 
Public Property NumberOfWordsBeforeMatchToReport As Integer
 
'Usage
 
Dim instance As TextMatchOptions
Dim value As Integer
 
instance.NumberOfWordsBeforeMatchToReport = value
 
value = instance.NumberOfWordsBeforeMatchToReport

Property Value

An integer value which represents the number of words.
Remarks

This property identifies the number of words that will be returned in the TextMatch.WordsBefore string.

Valid values: Any integer greater than or equal to 0.

Default value: 1

See Also

Reference

TextMatchOptions Class
TextMatchOptions Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback