Class TextSearchSettings
Defines the textsearch settings when searching the text in the document
Inheritance
System.Object
TextSearchSettings
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |
---|
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 |