Click or drag to resize

RecAPIkRecCreateImg Method

Namespace:  Kofax.OmniPageCSDK.CAPI
Assembly:  Kofax.OmniPageCSDK.CAPI (in Kofax.OmniPageCSDK.CAPI.dll) Version: 21.0.0.0 (21.0.19459.900)
Syntax
[DllImportAttribute("KernelAPI.dll", 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: SystemInt32
sizeX
Type: SystemInt32
sizeY
Type: SystemInt32
dpiX
Type: SystemInt32
dpiY
Type: SystemInt32
BitsPerPixel
Type: SystemUInt16
phPage
Type: SystemIntPtr

Return Value

Type: RECERR
See Also