Nutrient Web SDK
    Preparing search index...

    Enumeration SearchType

    Defines the search type used for text search operations or when creating redaction annotations based on text search.

    Index

    Enumeration Members

    Enumeration Members

    PRESET: "preset"

    The search type when you want to use the patterns provided by us. see NutrientViewer.SearchPattern for the list of all the patterns.

    REGEX: "regex"

    The search type when you want to search using regex. Regex syntax:

    TEXT: "text"

    This is the default search type. This is used when you want to search for strings/text.