Click or drag to resize

RemovedLines Class

The RemovedLines collection is a set of RemovedLine objects representing the lines that were removed from the related BW image. The RemoveLines method of the Page object returns this collection.
Inheritance Hierarchy

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public class RemovedLines : IproPlusClass, 
	IDisposable

The RemovedLines type exposes the following members.

Properties
  NameDescription
Public propertyCount
This property returns the number of lines in the collection.
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the RemovedLines
Public methodGetEnumerator
Public methodGetItem
This property returns the sorted RemovedLine object from the collection.
Top
See Also