UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TextSearchSettings

    Show / Hide Table of Contents

    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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved