T_PDFiumSharp_SearchFlags - ArgusMagnus/PDFiumSharp GitHub Wiki
Namespace: PDFiumSharp
Assembly: PDFiumSharp (in PDFiumSharp.dll) Version: 1.0.0
C#
public enum SearchFlags
Member name | Value | Description | |
---|---|---|---|
MatchCase | 1 | If not set, it will not match case by default. | |
MatchWholeWord | 2 | If not set, it will not match the whole word by default. |