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.iOS
Assembly: Syncfusion.SfPdfViewer.iOS.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 UIKit.UIColor value for the current instance of the text being searched.
Declaration
public UIColor CurrentInstanceColor { get; set; }
Property Value
Type | Description |
---|---|
UIKit.UIColor | A color that is used to highlight the current instance of the text match. The default value is UIColor.FromRGBA(255, 255, 18, 125)"/>; |
OtherInstanceColor
Gets or Sets the ARGB UIKit.UIColor value for all other instances expect the current instance of the text found.
Declaration
public UIColor OtherInstanceColor { get; set; }
Property Value
Type | Description |
---|---|
UIKit.UIColor | A color that is used to highlight the current instance of the text match. The default value is UIColor.FromRGBA(255,255,18,63)/>. |