Link Search Menu Expand Document

WordMatchingMode Enumeration

Word matching mode (for search).

Namespace:Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
public enum WordMatchingMode
Members
Member nameValueDescription
None0 (0) No word matching.
SmartMatch1 (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.
ExactMatch2 (2) Exact word matching.
See Also

Reference