Click or drag to resize

UserZoneScale Method

Calling this method shrinks or expands the related user zone based on the Percent parameter.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public void Scale(
	float Percent
)

Parameters

Percent
Type: SystemSingle
Remarks

The upper left corner of the user zone is unchanged. If Percent is less then 5%, (0.05) a trappable error occurs.

If the shape of the user zone is built up from two or more rectangles, the resulting area will be the transformed bounding rectangle (i.e. the pizza box information is lost).

Calling this method sets the Modified property of the Document object to True.

See Also