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