Click or drag to resize

OcrRegionCollectionT Class

Summary description for OcrRegionCollection. Version with Generics support.
OcrRegionCollection represents a standard collection of OcrRegion objects.
Inheritance Hierarchy
SystemObject
  System.CollectionsCollectionBase
    Atalasoft.OcrOcrRegionCollection
      Atalasoft.OcrOcrRegionCollectionT

Namespace:  Atalasoft.Ocr
Assembly:  Atalasoft.dotImage.Ocr (in Atalasoft.dotImage.Ocr.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
[SerializableAttribute]
public sealed class OcrRegionCollection<T> : OcrRegionCollection
where T : OcrRegion

Type Parameters

T

The OcrRegionCollectionT type exposes the following members.

Constructors
  NameDescription
Public methodOcrRegionCollectionT
Initializes a new instance of the OcrRegionCollectionT class
Top
Properties
  NameDescription
Public propertyCapacity
Gets or sets the number of elements that the CollectionBase can contain.
(Inherited from CollectionBase.)
Public propertyCount
Gets the number of elements contained in the CollectionBase instance. This property cannot be overridden.
(Inherited from CollectionBase.)
Public propertyItem
Allows for retrieval of an OcrRegion from the collection by an index.
Top
Methods
  NameDescription
Public methodAdd(T)
Adds an OcrRegion to the collection.
Public methodAdd(OcrRegion)
Adds an OcrRegion to the collection.
(Inherited from OcrRegionCollection.)
Public methodClear
Removes all objects from the CollectionBase instance. This method cannot be overridden.
(Inherited from CollectionBase.)
Public methodContains(T)
Determines whether the collection contains a specified OcrRegion.
Public methodContains(OcrRegion)
Determines whether the collection contains a specified OcrRegion.
(Inherited from OcrRegionCollection.)
Public methodCopyTo(T, Int32)
Copies the elements of the ICollection to an Array, starting at a particular Array index.
Public methodCopyTo(OcrRegion, Int32)
Copies the elements of the ICollection to an Array, starting at a particular Array index.
(Inherited from OcrRegionCollection.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through the CollectionBase instance.
(Inherited from CollectionBase.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf(T)
Returns the index of a specified OcrRegion in the collection.
Public methodIndexOf(OcrRegion)
Returns the index of a specified OcrRegion in the collection.
(Inherited from OcrRegionCollection.)
Public methodInsert(Int32, OcrRegion)
Inserts an OcrRegion into the collection at specified position.
(Inherited from OcrRegionCollection.)
Public methodInsert(Int32, T)
Inserts an OcrRegion into the collection at specified position.
Public methodRemove(T)
Removes the first occurrence of the specified OcrRegion from the collection.
Public methodRemove(OcrRegion)
Removes the first occurrence of the specified OcrRegion from the collection.
(Inherited from OcrRegionCollection.)
Public methodRemoveAt
Removes the element at the specified index of the CollectionBase instance. This method is not overridable.
(Inherited from CollectionBase.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
  NameDescription
Public eventElementChanged
This event is triggered when a change has been made to this collection.
(Inherited from OcrRegionCollection.)
Top
See Also

Reference

OcrRegion Class