Accusoft.PdfXpressSdk Namespace > TextMatchOptions Class : NumberOfWordsAfterMatchToReport Property |
'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;}
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