Click or drag to resize

ScannerSetPaperSize Method

This method sets the paper size for subsequent scanning operations.

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

Parameters

Width
Type: SystemInt32
Height
Type: SystemInt32
Remarks

Width and Height parameters are measured in 1/1200 inches. To query the size of the commonly used standard paper sizes, call the Scanners collection's GetPaperSize method.

The default value is initialized with the maximum size of the selected paper source.

See Also