Class TextSearchSettings
Specifies and allows editing the information about how the highlight of the text search instance to be made.
Inheritance
System.Object
TextSearchSettings
Namespace: Syncfusion.SfPdfViewer.Android
Assembly: Syncfusion.SfPdfViewer.Android.dll
Syntax
public class TextSearchSettings : Object
Constructors
TextSearchSettings()
Instantiates a new instance of the TextSearchSettings class.
Declaration
public TextSearchSettings()
Properties
CurrentInstanceColor
Gets or Sets the ARGB Android.Graphics.Color value for the current instance of the text being searched.
Declaration
public Color CurrentInstanceColor { get; set; }
Property Value
Type | Description |
---|---|
Android.Graphics.Color | A color that is used to highlight the current instance of the text match. The default value is |
OtherInstanceColor
Gets or Sets the ARGB Android.Graphics.Color value for all other instances expect the current instance of the text found. Default value is Android.Graphics.Color.Argb(50, 0, 0, 255)
Declaration
public Color OtherInstanceColor { get; set; }
Property Value
Type | Description |
---|---|
Android.Graphics.Color | A color that is used to highlight the current instance of the text match. The default value is |