Class TextSearchSettings
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 | Description |
---|---|
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 | Description |
---|---|
Windows.UI.Color |