menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TextMatchFoundEventArgs - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TextMatchFoundEventArgs

    Provides data for the TextMatchFound event.

    Inheritance
    System.Object
    TextMatchFoundEventArgs
    Namespace: Syncfusion.SfPdfViewer.XForms
    Assembly: Syncfusion.SfPdfViewer.XForms.dll
    Syntax
    public class TextMatchFoundEventArgs : EventArgs

    Properties

    PageNumber

    Gets the page number in which the current searched text instance found.

    Declaration
    public int PageNumber { get; }
    Property Value
    Type Description
    System.Int32

    An integer which gets the current page number of the PDF document.

    TargetText

    Gets the text being searched.

    Declaration
    public string TargetText { get; }
    Property Value
    Type Description
    System.String

    A string that holds the text that is being searched in the PDF document. Default value is System.String.Empty.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved