Click or drag to resize

ScannerGetPaperSize Method

This method returns the selected paper size.

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

Parameters

Width
Type: SystemInt32
Height
Type: SystemInt32
Remarks

The Width and Height parameters are filled with the results measured in 1/1200 inches.

See Also