Click or drag to resize

UserZoneShift Method

Calling this method shifts the user zone according to the vector specified by the Shift parameter.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public void Shift(
	ref IPROPOINT Shift
)

Parameters

Shift
Type: Kofax.OmniPageCSDK.IproPlusIPROPOINT
Remarks

If the shape of the user zone is not a simple rectangle, all of the rectangles of the pizza box are shifted.

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

See Also