UserZones.ScaleZones 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
Syntaxpublic void ScaleZones(
float Percent
)
Public Sub ScaleZones (
Percent As Single
)
public:
void ScaleZones(
[InAttribute] float Percent
)
Parameters
- Percent
- Type: System.Single
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