Click or drag to resize

ScannerGetScanArea Method

This method retrieves the current scanning area measured in 1/1200 inches.

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

Parameters

left
Type: SystemInt32
top
Type: SystemInt32
Width
Type: SystemInt32
Height
Type: SystemInt32
See Also