Click or drag to resize

HolePunchCollection Class

Represents a collection of HolePunch objects.
Inheritance Hierarchy
SystemObject
  System.CollectionsReadOnlyCollectionBase
    Atalasoft.Imaging.ImageProcessing.DocumentHolePunchCollection

Namespace:  Atalasoft.Imaging.ImageProcessing.Document
Assembly:  Atalasoft.dotImage.AdvancedDocClean (in Atalasoft.dotImage.AdvancedDocClean.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public class HolePunchCollection : ReadOnlyCollectionBase

The HolePunchCollection type exposes the following members.

Constructors
  NameDescription
Public methodHolePunchCollection
Creates a new instance of HolePunchCollection.
Top
Properties
  NameDescription
Public propertyCount
Gets the number of elements contained in the ReadOnlyCollectionBase instance.
(Inherited from ReadOnlyCollectionBase.)
Protected propertyInnerList
Gets the list of elements contained in the ReadOnlyCollectionBase instance.
(Inherited from ReadOnlyCollectionBase.)
Public propertyItem
Returns the HolePunch object at the specified index.
Top
Methods
  NameDescription
Public methodAdd
Adds a new HolePunch object to the collection.
Public methodContains
Returns true if the specified HolePunch object exists in the collection.
Public methodCopyTo
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through the ReadOnlyCollectionBase instance.
(Inherited from ReadOnlyCollectionBase.)
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
Searches the collection for the specified HolePunch object and returns the index in the array, or -1 if it's not found.
Public methodInsert
Inserts a HolePunch object in at the specifed index in the collection.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove
Removes the specified HolePunch object from the collection.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also