Click or drag to resize

ScannerGetScannerSize Method

This method is used to retrieve the maximum scanning area size into the Width and Height parameters, 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 GetScannerSize(
	out int Width,
	out int Height
)

Parameters

Width
Type: SystemInt32
Height
Type: SystemInt32
Remarks

This method returns the largest possible scanning area if the scanner has multiple scanning sources, like ADF, transparency and flat-bed.

See Also