MatchOptions Enum

Specifies the match options for the search.

public enum MatchOptions
Public Enum MatchOptions

Inheritance: ObjectValueTypeEnumMatchOptions

Fields

MatchOptions.All3Searches the term both by matching the case and whole word.
MatchOptions.CaseSensitive1Search the term by matching the character case.
MatchOptions.None0Searches the term with no option.
MatchOptions.WholeWordOnly2Searches 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:

See Also

ceTe.DynamicPDF.Viewer

In this topic