menu

Document Processing

TextSearchSettings Class - C# PDF Library API Reference | Syncfusion

    Show / Hide Table of Contents

    TextSearchSettings Class

    Defines the textsearch settings when searching the text in the document

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

    Constructors

    TextSearchSettings()

    Declaration
    public TextSearchSettings()

    Properties

    CurrentInstanceColor

    Sets the color to highlight current occurrence of searched text.

    Declaration
    public Color CurrentInstanceColor { get; set; }
    Property Value
    Type
    System.Drawing.Color

    HighlightAllInstance

    Sets the value to enable or disable highlight all the occurrence of the searched text.

    Declaration
    public bool HighlightAllInstance { get; set; }
    Property Value
    Type
    System.Boolean

    OtherInstanceColor

    Sets the color to highlight all the occurrence of the searched text.

    Declaration
    public Color OtherInstanceColor { get; set; }
    Property Value
    Type
    System.Drawing.Color
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved