Click or drag to resize

RemovedLine Class

The RemovedLine object represents a line that was removed from the BW version of the original image. This object provides access to the position and orientation of the line.
Inheritance Hierarchy

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

The RemovedLine type exposes the following members.

Properties
  NameDescription
Public propertyEndX
This property returns the coordinates of the start and end points of the line.
Public propertyEndY
This property returns the coordinates of the start and end points of the line.
Public propertyStartX
This property returns the coordinates of the start and end points of the line.
Public propertyStartY
This property returns the coordinates of the start and end points of the line.
Public propertyVertical
This property returns whether the line is a vertical line or a horizontal line.
Public propertyWidth
This property returns the width of the line measured in pixels.
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the RemovedLine
Top
See Also