menu

Xamarin.iOS

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TextSearchInitiatedEventArgs - API Reference

    Show / Hide Table of Contents

    Class TextSearchInitiatedEventArgs

    Provides data for the TextSearchInitiatedEventArgs event.

    Inheritance
    System.Object
    TextSearchInitiatedEventArgs
    Namespace: Syncfusion.SfPdfViewer.iOS
    Assembly: Syncfusion.SfPdfViewer.iOS.dll
    Syntax
    public class TextSearchInitiatedEventArgs : EventArgs

    Properties

    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 - 2023 Syncfusion Inc. All Rights Reserved