MatchOptions Enum
Specifies the match options for the search.
public enum MatchOptions
Public Enum MatchOptions
Inheritance: ObjectValueTypeEnumMatchOptions
Fields
MatchOptions.All | 3 | Searches the term both by matching the case and whole word. |
MatchOptions.CaseSensitive | 1 | Search the term by matching the character case. |
MatchOptions.None | 0 | Searches the term with no option. |
MatchOptions.WholeWordOnly | 2 | Searches the term by matching only the whole word. |
Licensing Info
This enum is a DynamicPDF Viewer feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Viewer selected.
- A DynamicPDF Viewer for .NET v3.X Developer license.