Accusoft.PdfXpress7.Net
NumberOfWordsAfterMatchToReport Property




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

Property Value

An integer value which represents the number of words after the matched text.
Remarks

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

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

Default value: 12

See Also

Reference

TextMatchOptions Class
TextMatchOptions Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback