File Formats

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class OCRPageCollection

    Show / Hide Table of Contents

    Class OCRPageCollection

    Represents the OCR'ed page collection

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

    Implements

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