Click or drag to resize

RecAPI.kRecCreateImg Method

Namespace:  Kofax.OmniPageCSDK.CAPI
Assembly:  Kofax.OmniPageCSDK.CAPI (in Kofax.OmniPageCSDK.CAPI.dll) Version: 22.2.0.0 (22.2.22578.100)
Syntax
[DllImportAttribute("kernelapi", CallingConvention = CallingConvention.StdCall, 
	CharSet = CharSet.Ansi)]
public static RECERR kRecCreateImg(
	int sid,
	int sizeX,
	int sizeY,
	int dpiX,
	int dpiY,
	ushort BitsPerPixel,
	out IntPtr phPage
)

Parameters

sid
Type: System.Int32
sizeX
Type: System.Int32
sizeY
Type: System.Int32
dpiX
Type: System.Int32
dpiY
Type: System.Int32
BitsPerPixel
Type: System.UInt16
phPage
Type: System.IntPtr

Return Value

Type: RECERR
See Also