WordMatchingMode Enumeration
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Word matching mode (for search).
Namespace:Bytescout.PDFExtractorAssembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
None | 0 | (0) No word matching. | |
SmartMatch | 1 | (1) Finds any words containing the search keyword. Boundaries of a found word might be expanded to letters, digits and symbols specified in WordBoundariesPunctuationMarksToInclude property. | |
ExactMatch | 2 | (2) Exact word matching. |
See Also