Click or drag to resize

Scanners.GetPaperSize 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.IproPlus.RSDPP
Width
Type: System.Int32
Height
Type: System.Int32
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