Click or drag to resize

FindFlags Enumeration


Namespace: Patagames.Pdf.Enums
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
[FlagsAttribute]
public enum FindFlags
Members
Member nameValueDescription
None0 Not set any flags
MatchCase1 If not set, it will not match case by default
MatchWholeWord2 If not set, it will not match the whole word by default.
See Also