Accusoft.PdfXpress6.Net
NumberOfWordsBeforeMatchToReport Property




Gets and sets the number of words before the matched text in the string returned by the TextMatch.WordsBefore property.
Syntax
'Declaration
 
Public Property NumberOfWordsBeforeMatchToReport As Integer
'Usage
 
Dim instance As TextMatchOptions
Dim value As Integer
 
instance.NumberOfWordsBeforeMatchToReport = value
 
value = instance.NumberOfWordsBeforeMatchToReport
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);
}

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

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback