Click or drag to resize

ScannersGetPaperSize Method

This helper method returns the size of the standard paper size defined by PaperFormat.

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

Parameters

PaperFormat
Type: Kofax.OmniPageCSDK.IproPlusRSDPP
Width
Type: SystemInt32
Height
Type: SystemInt32
Remarks

If the call succeeds, the Width and Height parameters contain the requested dimensions in 1/1200 inches. Possible values of PaperFormat are listed under the RSDPP Enumeration topic.

See Also