alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class ExtractTextCompletedEventArgs

    This event arguments provides the necessary information about text extraction completed in the PDF Viewer.

    Inheritance
    object
    BaseEventArgs<ExtractTextCompletedEventArgs>
    ExtractTextCompletedEventArgs
    Inherited Members
    BaseEventArgs<ExtractTextCompletedEventArgs>.Name
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.SfPdfViewer
    Assembly: Syncfusion.Blazor.SfPdfViewer.dll
    Syntax
    public class ExtractTextCompletedEventArgs : BaseEventArgs<ExtractTextCompletedEventArgs>

    Constructors

    ExtractTextCompletedEventArgs()

    Declaration
    public ExtractTextCompletedEventArgs()

    Properties

    DocumentTextCollection

    Returns the extracted text collection.

    Declaration
    [JsonPropertyName("documentTextCollection")]
    [JsonInclude]
    public List<Dictionary<int, PageTextContent>> DocumentTextCollection { get; }
    Property Value
    Type Description
    List<Dictionary<int, PageTextContent>>

    A collection of extracted text from each page of the loaded PDF document.

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