menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ExtractTextCompletedEventArgs - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ExtractTextCompletedEventArgs

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

    Inheritance
    System.Object
    BaseEventArgs<ExtractTextCompletedEventArgs>
    ExtractTextCompletedEventArgs
    Inherited Members
    BaseEventArgs<ExtractTextCompletedEventArgs>.Name
    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
    public List<Dictionary<int, PageTextContent>> DocumentTextCollection { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.Collections.Generic.Dictionary<System.Int32, PageTextContent>>

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

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