Class PdfViewerTextSearchColorSettingsBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
PdfViewerTextSearchColorSettingsBuilder
Namespace: Syncfusion.EJ2.PdfViewer
Assembly: Syncfusion.EJ2.dll
Syntax
public class PdfViewerTextSearchColorSettingsBuilder : ControlBuilder
Constructors
PdfViewerTextSearchColorSettingsBuilder()
Declaration
public PdfViewerTextSearchColorSettingsBuilder()
PdfViewerTextSearchColorSettingsBuilder(PdfViewerTextSearchColorSettings)
Declaration
public PdfViewerTextSearchColorSettingsBuilder(PdfViewerTextSearchColorSettings model)
Parameters
| Type | Name | Description |
|---|---|---|
| PdfViewerTextSearchColorSettings | model |
Methods
SearchColor(String)
Gets or Sets the color of the other occurrence of the text searched string.
Declaration
public PdfViewerTextSearchColorSettingsBuilder SearchColor(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| PdfViewerTextSearchColorSettingsBuilder |
SearchHighlightColor(String)
Gets or Sets the color of the current occurrence of the text searched string.
Declaration
public PdfViewerTextSearchColorSettingsBuilder SearchHighlightColor(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| PdfViewerTextSearchColorSettingsBuilder |