Skip to content

T_PDFiumSharp_SearchFlags

ArgusMagnus edited this page Apr 4, 2017 · 2 revisions

SearchFlags Enumeration

Namespace: PDFiumSharp
Assembly: PDFiumSharp (in PDFiumSharp.dll) Version: 1.0.0

Syntax

C#

public enum SearchFlags

Members

 

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.

See Also

Reference

PDFiumSharp Namespace

Clone this wiki locally