Click or drag to resize

UserZoneBoundingRect Property

This property specifies the location of a user zone on the page.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public IPRORECT BoundingRect { get; set; }

Property Value

Type: IPRORECT
Remarks

The BoundingRect values refer to the II_CURRENT image and are measured in pixels. If a user zone is not rectangular, the values of the property represent the minimal bounding rectangle of the user zone. If any of the values in the BoundingRect structure are modified, the related zone is converted to a simple, rectangular zone described by the property. The default values of the BoundingRect property is (0, 0, 2, 2). If the Left or Top properties are set to a negative number, a trappable error occurs. If the Width or Height properties are set to a value less than 2, a trappable error occurs.

Changing these properties sets the Modified property of the Document object to True.

See Also