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
Syntaxpublic void Shift(
ref IPROPOINT Shift
)
Public Sub Shift (
ByRef Shift As IPROPOINT
)
public:
void Shift(
[InAttribute] IPROPOINT% Shift
)
Parameters
- Shift
- Type: Kofax.OmniPageCSDK.IproPlus.IPROPOINT
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