alexa
menu

Document Processing

    Show / Hide Table of Contents

    TextSearchSettings Class

    Represents the settings for text search functionality.

    Inheritance
    System.Object
    TextSearchSettings
    Namespace: Syncfusion.Maui.PdfViewer
    Assembly: Syncfusion.Maui.PdfViewer.dll
    Syntax
    public class TextSearchSettings : Object

    Constructors

    TextSearchSettings()

    Declaration
    public TextSearchSettings()

    Properties

    CurrentMatchHighlightColor

    Gets or sets the color for highlighting the current match of the searched text. The default value is Color.FromRgba(249, 125, 0, 80)

    Declaration
    public Color CurrentMatchHighlightColor { get; set; }
    Property Value
    Type
    Microsoft.Maui.Graphics.Color

    OtherMatchesHighlightColor

    Gets or sets the color for highlighting the other matches of the searched text. The default value is Color.FromRgba(255, 255, 0, 50)

    Declaration
    public Color OtherMatchesHighlightColor { get; set; }
    Property Value
    Type
    Microsoft.Maui.Graphics.Color
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved