Click or drag to resize

UserZonesScaleZones Method

This method shrinks or enlarges the size of all user zones in the collection 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 ScaleZones(
	float Percent
)

Parameters

Percent
Type: SystemSingle
Remarks

The top-left corner position of the zones is unchanged. If the Percent parameter is less then 5% (0.05), a trappable error occurs.

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

See Also