ScannerSetScanArea Method
|
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic void SetScanArea(
int left,
int top,
int Width,
int Height
)
Public Sub SetScanArea (
left As Integer,
top As Integer,
Width As Integer,
Height As Integer
)
public:
void SetScanArea(
[InAttribute] int left,
[InAttribute] int top,
[InAttribute] int Width,
[InAttribute] int Height
)
Parameters
- left
- Type: SystemInt32
- top
- Type: SystemInt32
- Width
- Type: SystemInt32
- Height
- Type: SystemInt32
See Also