 | 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
<FlagsAttribute>
Public Enumeration FindFlags
[FlagsAttribute]
public enum class FindFlags
[<FlagsAttribute>]
type FindFlags
/** @attribute FlagsAttribute */
public enum FindFlags
Patagames.Pdf.Enums.FindFlags = function();
Patagames.Pdf.Enums.FindFlags.createEnum('Patagames.Pdf.Enums.FindFlags', true);
Members
| Member name | Value | Description |
---|
| None | 0 |
Not set any flags
|
| 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