Table of Contents

Class TextSearchResultCollection

Namespace
Syncfusion.Pdf.Parsing
Assembly
Syncfusion.Pdf.Portable.dll

Class which represents the collection of text search result.

public class TextSearchResultCollection : Dictionary<int, MatchedItemCollection>, IDictionary<int, MatchedItemCollection>, ICollection<KeyValuePair<int, MatchedItemCollection>>, IDictionary, ICollection, IReadOnlyDictionary<int, MatchedItemCollection>, IReadOnlyCollection<KeyValuePair<int, MatchedItemCollection>>, IEnumerable<KeyValuePair<int, MatchedItemCollection>>, IEnumerable, ISerializable, IDeserializationCallback
Inheritance
TextSearchResultCollection
Implements
Inherited Members

Constructors

TextSearchResultCollection()

public TextSearchResultCollection()