ASP.NET Core - EJ2

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PdfViewerTextSearchColorSettingsBuilder - ASP.NETCore-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PdfViewerTextSearchColorSettingsBuilder

    Inheritance
    System.Object
    ControlBuilder
    PdfViewerTextSearchColorSettingsBuilder
    Inherited Members
    ControlBuilder.Output
    ControlBuilder.Context
    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 Description
    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 Description
    PdfViewerTextSearchColorSettingsBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved