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
    • What's New
    • Roadmap
    • Release History
  • Support and Learning

    • Support and Learning Hub
    • First Steps
    • Docs
    • Demos
    • Virtual Classroom
    • Forums
    • Videos
    • Blogs
    • Accessibility
    • Submit a Ticket

    Productivity and Design Tools

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

Class TextSearch

Provides functionality for searching text in PDF documents.

Inheritance
System.Object
TextSearch
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Fixed.Search
Assembly: Telerik.Windows.Documents.Fixed.dll

Syntax

public class TextSearch

Constructors

TextSearch(RadFixedDocument)

Creates a new instance of the TextSearch class.

Declaration
public TextSearch(RadFixedDocument fixedDocument)
Parameters
RadFixedDocument fixedDocument

The PDF document to be searched.

Methods

Find(String, TextSearchOptions)

Finds a specific text within the document.

Declaration
public SearchResult Find(string text, TextSearchOptions options)
Parameters
System.String text

The searched text.

TextSearchOptions options

Allows you to specify the search options.

Returns
SearchResult

The SearchResult.

Find(String, TextSearchOptions, TextPosition)

Finds a specific text within the document.

Declaration
public SearchResult Find(string text, TextSearchOptions options, TextPosition startPosition)
Parameters
System.String text

The searched text.

TextSearchOptions options

Allows you to specify the search options.

TextPosition startPosition

The initial position to start the search from.

Returns
SearchResult

The SearchResult.

Find(String, TextSearchOptions, TextRange)

Finds a specific text within the document.

Declaration
public SearchResult Find(string text, TextSearchOptions options, TextRange range)
Parameters
System.String text

The searched text.

TextSearchOptions options

Allows you to specify the search options.

TextRange range

The range within the search is performed

Returns
SearchResult

The SearchResult.

FindAll(String, TextSearchOptions)

Finds all occurrences in the document.

Declaration
public IEnumerable<SearchResult> FindAll(string text, TextSearchOptions options)
Parameters
System.String text

The searched text.

TextSearchOptions options

The search options to apply for the current search.

Returns
System.Collections.Generic.IEnumerable<SearchResult>

A collection of the found results.

FindAll(String, TextSearchOptions, TextPosition)

Finds all occurrences in the document from a specific position.

Declaration
public IEnumerable<SearchResult> FindAll(string text, TextSearchOptions options, TextPosition startPosition)
Parameters
System.String text

The searched text.

TextSearchOptions options

The search options to apply for the current search.

TextPosition startPosition

The position from which to start the search.

Returns
System.Collections.Generic.IEnumerable<SearchResult>

A collection of the found results.

FindAll(String, TextSearchOptions, TextRange)

Finds all occurrences in the document within a specific range.

Declaration
public IEnumerable<SearchResult> FindAll(string text, TextSearchOptions options, TextRange range)
Parameters
System.String text

The searched text.

TextSearchOptions options

The search options to apply for the current search.

TextRange range

The range to search in.

Returns
System.Collections.Generic.IEnumerable<SearchResult>

A collection of the found results.

FindPrevious(String, TextSearchOptions)

Finds the previous result.

Declaration
public SearchResult FindPrevious(string text, TextSearchOptions options)
Parameters
System.String text

The text to be searched.

TextSearchOptions options

The search options to apply for the current search.

Returns
SearchResult

The SearchResult.

FindPrevious(String, TextSearchOptions, TextPosition)

Finds the previous result from a known position.

Declaration
public SearchResult FindPrevious(string text, TextSearchOptions options, TextPosition startPosition)
Parameters
System.String text

The text to be searched.

TextSearchOptions options

The search options to apply for the current search.

TextPosition startPosition

The position to begin from.

Returns
SearchResult

The SearchResult.

FindPrevious(String, TextSearchOptions, TextRange)

Finds the previous position in range. The search is executed in backward - the StartPosition of the range is greater than the EndPosition of the range.

Declaration
public SearchResult FindPrevious(string text, TextSearchOptions options, TextRange range)
Parameters
System.String text

The text to be searched.

TextSearchOptions options

The search options to apply for the current search.

TextRange range

The range of the search - StartPosition is greater than EndPosition.

Returns
SearchResult

The SearchResult.

Extension Methods

SvgExtentions.Traverse<T>(T, Func<T, IEnumerable<T>>)
SvgExtentions.TraverseDepthFirst<T>(T, Func<T, IEnumerable<T>>)
Getting Started
  • Install Now
  • Demos
  • Step-by-Step Tutorial
  • Sample Applications
  • SDK Samples
  • Visual Studio Extensions
Support Resources
  • Code Library
  • Knowledge Base
  • Videos
Community
  • Forums
  • Blogs
  • Feedback Portal
  • Document Processing 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.