Click or drag to resize

FindFlags Enumeration

Namespace:  Patagames.Pdf.Enums
Assemblies:   Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.84.2704
  Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.84.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