Class ExtractTextCompletedEventArgs
This event arguments provides the necessary information about text extraction completed in the PDF Viewer.
Inheritance
System.Object
ExtractTextCompletedEventArgs
Inherited Members
Namespace: Syncfusion.Blazor.PdfViewer
Assembly: Syncfusion.Blazor.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. |