WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TextSearchSettings

    Show / Hide Table of Contents

    Class TextSearchSettings

    Defines the textsearch settings when searching the text in the document

    Inheritance
    System.Object
    TextSearchSettings
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Forms.PdfViewer
    Assembly: Syncfusion.PdfViewer.Windows.dll
    Syntax
    public class TextSearchSettings

    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 Description
    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 Description
    System.Boolean

    OtherInstanceColor

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

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