WinForms

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

    Show / Hide Table of Contents

    Class TextSearchCompletedEventArgs

    Provides data for TextSearchCompleted events.

    Inheritance
    System.Object
    System.EventArgs
    TextSearchCompletedEventArgs
    Inherited Members
    System.EventArgs.Empty
    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: Syncfusion.Windows.Forms.PdfViewer
    Assembly: Syncfusion.PdfViewer.Windows.dll
    Syntax
    public class TextSearchCompletedEventArgs : EventArgs

    Properties

    Message

    Gets a message that describes the results of text search completion.

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

    NoMatchFound

    Gets a value indicating whether there is no match to the text found.

    Declaration
    public bool NoMatchFound { get; }
    Property Value
    Type Description
    System.Boolean

    A boolean value which when set to true, represents no match of the searched text is found in the document and vice versa.

    NoMoreOccurrence

    Gets a value indicating whether there are no more occurrences of the text being searched.

    Declaration
    public bool NoMoreOccurrence { get; }
    Property Value
    Type Description
    System.Boolean

    A boolean value which when set to true, represents that no more match of the searched text is found in the document and vice versa.

    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