skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • AI Coding Assistants
    • Embedded Reporting
    • Document Processing Libraries
    • SSO Account Sign-in

    Web

    Kendo UI UI for Angular UI for Vue UI for jQuery KendoReact UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Telerik JustMock

    CMS

    Sitefinity

    AI Productivity Tools

    AI Coding Assistants

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    KendoReact Free VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
  • Migrate to .NET MAUI
  • Support and Learning

    • Support and Learning Hub
    • Release History
    • Docs
    • Demos
    • Forums
    • Videos
    • Blogs
    • Submit a Ticket

    Productivity and Design Tools

    • Visual Studio Extensions
    • Embedded Reporting
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Contact us

Class SearchSettings

Inheritance
System.Object
SearchSettings
Namespace: Telerik.XamarinForms.PdfViewer
Assembly: Telerik.XamarinForms.PdfViewer.dll

Syntax

public class SearchSettings : BindableObject

Constructors

SearchSettings()

Declaration
public SearchSettings()

Fields

IsBusyProperty

Declaration
public static readonly BindableProperty IsBusyProperty
Field Value
Xamarin.Forms.BindableProperty

MainSearchResultFillProperty

Declaration
public static readonly BindableProperty MainSearchResultFillProperty
Field Value
Xamarin.Forms.BindableProperty

NavigateToNextSearchResultCommandProperty

Declaration
public static readonly BindableProperty NavigateToNextSearchResultCommandProperty
Field Value
Xamarin.Forms.BindableProperty

NavigateToPreviousSearchResultCommandProperty

Declaration
public static readonly BindableProperty NavigateToPreviousSearchResultCommandProperty
Field Value
Xamarin.Forms.BindableProperty

SearchOptionsProperty

Declaration
public static readonly BindableProperty SearchOptionsProperty
Field Value
Xamarin.Forms.BindableProperty

SearchResultProperty

Declaration
public static readonly BindableProperty SearchResultProperty
Field Value
Xamarin.Forms.BindableProperty

SearchResultsFillProperty

Declaration
public static readonly BindableProperty SearchResultsFillProperty
Field Value
Xamarin.Forms.BindableProperty

TextProperty

Declaration
public static readonly BindableProperty TextProperty
Field Value
Xamarin.Forms.BindableProperty

TextSearchWorkerProperty

Declaration
public static readonly BindableProperty TextSearchWorkerProperty
Field Value
Xamarin.Forms.BindableProperty

Properties

IsBusy

Gets a value indicating whether or not a search operation is in progress.

Declaration
public bool IsBusy { get; }
Property Value
System.Boolean

MainSearchResultFill

Gets or sets the fill of the main search result.

Declaration
public Color MainSearchResultFill { get; set; }
Property Value
Xamarin.Forms.Color

NavigateToNextSearchResultCommand

Declaration
public ICommand NavigateToNextSearchResultCommand { get; }
Property Value
System.Windows.Input.ICommand

NavigateToPreviousSearchResultCommand

Declaration
public ICommand NavigateToPreviousSearchResultCommand { get; }
Property Value
System.Windows.Input.ICommand

PdfViewer

Declaration
public RadPdfViewer PdfViewer { get; }
Property Value
RadPdfViewer

SearchOptions

Declaration
public TextSearchOptions SearchOptions { get; set; }
Property Value
Telerik.Windows.Documents.Fixed.Search.TextSearchOptions

SearchResultsFill

Gets or sets the fill of all search results, except the main result.

Declaration
public Color SearchResultsFill { get; set; }
Property Value
Xamarin.Forms.Color

Text

Declaration
public string Text { get; set; }
Property Value
System.String

TextSearchResult

Gets a value representing the current search result. This property contains all the results that are found and the main result. The value of this property is null when no search was performed. The value of this property is NotFound when no results are found.

Declaration
public TextSearchResult TextSearchResult { get; }
Property Value
TextSearchResult

TextSearchWorker

The object that performs the text search and notifies for the search progress changes.

Declaration
public TextSearchWorker TextSearchWorker { get; set; }
Property Value
TextSearchWorker

Methods

CancelSearch()

Cancels the search operation.

Declaration
public void CancelSearch()

OnPropertyChanged(String)

Declaration
protected override void OnPropertyChanged(string propertyName = null)
Parameters
System.String propertyName

SearchAsync(String, TextSearchOptions)

Starts an async search operation with the provided text and options. For finer control use the TextSearchWorker property.

Declaration
public void SearchAsync(string text, TextSearchOptions searchOptions = null)
Parameters
System.String text

Telerik.Windows.Documents.Fixed.Search.TextSearchOptions searchOptions

Sample Applications
  • Telerik Tagit
  • iOS Demo App
  • Android Demo App
Support Resources
  • iOS Wrappers
  • Android Wrappers
  • Xamarin.Forms SDK Examples
Community
  • Forums
  • Blogs
  • Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.