Click or drag to resize

ConstraintType Enumeration

Constraint types applied to bounding rectangles.

Namespace:  Opait.ReportMiner.Api
Assembly:  Opait.ReportMiner (in Opait.ReportMiner.dll) Version: 1.9.4.12917
Syntax
C#
public enum ConstraintType
Members
  Member nameValueDescription
Rectangle0 Must be detected within the bounding rectangle.
Horizontal1 Detection region is constraint in the x-direction.
Vertical2 Detection region is constraint in the y-direction.
None3 Can be detected anywhere on the page.
See Also