menu

Document Processing

TextSearchSettings Class - FileFormats API Reference | Syncfusion

    Show / Hide Table of Contents

    TextSearchSettings Class

    Represents the settings to customize the text search operation.

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

    Constructors

    TextSearchSettings()

    Creates a new instance of the TextSearchSettings.

    Declaration
    public TextSearchSettings()

    Properties

    CurrentInstanceColor

    Get or Sets the ARGB color values for current instance of text search.

    Declaration
    public Color CurrentInstanceColor { get; set; }
    Property Value
    Type
    Windows.UI.Color

    OtherInstanceColor

    Get or Sets the ARGB color values for all instances of text search.

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