Skip to main content
All docs
V26.1
  • TextSearchOptions(Boolean, Boolean) Constructor

    Initializes a new instance of the TextSearchOptions class with specified settings.

    Namespace: DevExpress.Docs.Pdf

    Assembly: DevExpress.Docs.Pdf.v26.1.dll

    Declaration

    public TextSearchOptions(
        bool matchCase = false,
        bool wholeWordOnly = false
    )

    Optional Parameters

    Name Type Default Description
    matchCase Boolean False

    true to perform a case-sensitive search; otherwise, false.

    wholeWordOnly Boolean False

    true to search for whole words only; otherwise, false.

    See Also