Click or drag to resize

ScannerSetScanArea Method

This method sets the scanning area of the scanner.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public void SetScanArea(
	int left,
	int top,
	int Width,
	int Height
)

Parameters

left
Type: SystemInt32
top
Type: SystemInt32
Width
Type: SystemInt32
Height
Type: SystemInt32
Remarks

The parameters are measured in 1/1200 inches. If the scanning area is larger than the set paper size, then it will be cropped accordingly. If the passed scanning area is invalid, a trappable error occurs during scanning.

The default value of the Left and Top parameters is 0, Width and Height parameters are initialized according to the selected paper source capabilities.

See Also