alexa
menu

Document Processing

    Show / Hide Table of Contents

    OCRLineCollection Class

    Represents the OCR'ed line collection

    Inheritance
    System.Object
    System.Collections.ObjectModel.ReadOnlyCollection<Line>
    OCRLineCollection
    Implements
    System.Collections.Generic.IList<Line>
    System.Collections.Generic.ICollection<Line>
    System.Collections.IList
    System.Collections.ICollection
    System.Collections.Generic.IReadOnlyList<Line>
    System.Collections.Generic.IReadOnlyCollection<Line>
    System.Collections.Generic.IEnumerable<Line>
    System.Collections.IEnumerable
    Inherited Members
    System.Collections.ObjectModel.ReadOnlyCollection<Syncfusion.OCRProcessor.Line>.Contains(Syncfusion.OCRProcessor.Line)
    System.Collections.ObjectModel.ReadOnlyCollection<Syncfusion.OCRProcessor.Line>.CopyTo(Syncfusion.OCRProcessor.Line[], System.Int32)
    System.Collections.ObjectModel.ReadOnlyCollection<Syncfusion.OCRProcessor.Line>.Count
    System.Collections.ObjectModel.ReadOnlyCollection<Syncfusion.OCRProcessor.Line>.GetEnumerator()
    System.Collections.ObjectModel.ReadOnlyCollection<Syncfusion.OCRProcessor.Line>.IndexOf(Syncfusion.OCRProcessor.Line)
    System.Collections.ObjectModel.ReadOnlyCollection<Syncfusion.OCRProcessor.Line>.Item[System.Int32]
    System.Collections.ObjectModel.ReadOnlyCollection<Syncfusion.OCRProcessor.Line>.Items
    System.Collections.ObjectModel.ReadOnlyCollection<Syncfusion.OCRProcessor.Line>.System.Collections.Generic.ICollection<Syncfusion.OCRProcessor.Line>.Add(Syncfusion.OCRProcessor.Line)
    System.Collections.ObjectModel.ReadOnlyCollection<Syncfusion.OCRProcessor.Line>.System.Collections.Generic.ICollection<Syncfusion.OCRProcessor.Line>.Clear()
    System.Collections.ObjectModel.ReadOnlyCollection<Syncfusion.OCRProcessor.Line>.System.Collections.Generic.ICollection<Syncfusion.OCRProcessor.Line>.IsReadOnly
    System.Collections.ObjectModel.ReadOnlyCollection<Syncfusion.OCRProcessor.Line>.System.Collections.Generic.ICollection<Syncfusion.OCRProcessor.Line>.Remove(Syncfusion.OCRProcessor.Line)
    System.Collections.ObjectModel.ReadOnlyCollection<Syncfusion.OCRProcessor.Line>.System.Collections.Generic.IList<Syncfusion.OCRProcessor.Line>.get_Item(System.Int32)
    System.Collections.ObjectModel.ReadOnlyCollection<Syncfusion.OCRProcessor.Line>.System.Collections.Generic.IList<Syncfusion.OCRProcessor.Line>.Insert(System.Int32, Syncfusion.OCRProcessor.Line)
    System.Collections.ObjectModel.ReadOnlyCollection<Syncfusion.OCRProcessor.Line>.System.Collections.Generic.IList<Syncfusion.OCRProcessor.Line>.Item[System.Int32]
    System.Collections.ObjectModel.ReadOnlyCollection<Syncfusion.OCRProcessor.Line>.System.Collections.Generic.IList<Syncfusion.OCRProcessor.Line>.RemoveAt(System.Int32)
    System.Collections.ObjectModel.ReadOnlyCollection<Syncfusion.OCRProcessor.Line>.System.Collections.Generic.IList<Syncfusion.OCRProcessor.Line>.set_Item(System.Int32, Syncfusion.OCRProcessor.Line)
    System.Collections.ObjectModel.ReadOnlyCollection<Syncfusion.OCRProcessor.Line>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
    System.Collections.ObjectModel.ReadOnlyCollection<Syncfusion.OCRProcessor.Line>.System.Collections.ICollection.IsSynchronized
    System.Collections.ObjectModel.ReadOnlyCollection<Syncfusion.OCRProcessor.Line>.System.Collections.ICollection.SyncRoot
    System.Collections.ObjectModel.ReadOnlyCollection<Syncfusion.OCRProcessor.Line>.System.Collections.IEnumerable.GetEnumerator()
    System.Collections.ObjectModel.ReadOnlyCollection<Syncfusion.OCRProcessor.Line>.System.Collections.IList.Add(System.Object)
    System.Collections.ObjectModel.ReadOnlyCollection<Syncfusion.OCRProcessor.Line>.System.Collections.IList.Clear()
    System.Collections.ObjectModel.ReadOnlyCollection<Syncfusion.OCRProcessor.Line>.System.Collections.IList.Contains(System.Object)
    System.Collections.ObjectModel.ReadOnlyCollection<Syncfusion.OCRProcessor.Line>.System.Collections.IList.get_Item(System.Int32)
    System.Collections.ObjectModel.ReadOnlyCollection<Syncfusion.OCRProcessor.Line>.System.Collections.IList.IndexOf(System.Object)
    System.Collections.ObjectModel.ReadOnlyCollection<Syncfusion.OCRProcessor.Line>.System.Collections.IList.Insert(System.Int32, System.Object)
    System.Collections.ObjectModel.ReadOnlyCollection<Syncfusion.OCRProcessor.Line>.System.Collections.IList.IsFixedSize
    System.Collections.ObjectModel.ReadOnlyCollection<Syncfusion.OCRProcessor.Line>.System.Collections.IList.IsReadOnly
    System.Collections.ObjectModel.ReadOnlyCollection<Syncfusion.OCRProcessor.Line>.System.Collections.IList.Item[System.Int32]
    System.Collections.ObjectModel.ReadOnlyCollection<Syncfusion.OCRProcessor.Line>.System.Collections.IList.Remove(System.Object)
    System.Collections.ObjectModel.ReadOnlyCollection<Syncfusion.OCRProcessor.Line>.System.Collections.IList.RemoveAt(System.Int32)
    System.Collections.ObjectModel.ReadOnlyCollection<Syncfusion.OCRProcessor.Line>.System.Collections.IList.set_Item(System.Int32, System.Object)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.OCRProcessor
    Assembly: Syncfusion.OCRProcessor.Base.dll
    Syntax
    public class OCRLineCollection : ReadOnlyCollection<Line>, IList<Line>, ICollection<Line>, IList, ICollection, IReadOnlyList<Line>, IReadOnlyCollection<Line>, IEnumerable<Line>, IEnumerable

    Implements

    System.Collections.Generic.IList<>
    System.Collections.Generic.ICollection<>
    System.Collections.IList
    System.Collections.ICollection
    System.Collections.Generic.IReadOnlyList<>
    System.Collections.Generic.IReadOnlyCollection<T>
    System.Collections.Generic.IEnumerable<>
    System.Collections.IEnumerable
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved