Click or drag to resize

RecAPIkRecStopWriteImg Method

Note: This API is now obsolete.

Namespace:  OmniPageCSDK.CAPI
Assembly:  OmniPageCSDK.CAPI (in OmniPageCSDK.CAPI.dll) Version: 2025.1.0.0
Syntax
[DllImportAttribute("kernelapi", CallingConvention = CallingConvention.StdCall, 
	CharSet = CharSet.Ansi)]
[ObsoleteAttribute("Insecure for managed code. Use the more advanced kRecPutImgArea or kRecCreateImg functions.")]
public static RECERR kRecStopWriteImg(
	int sid,
	out IntPtr hPage
)

Parameters

sid
Type: SystemInt32
hPage
Type: SystemIntPtr

Return Value

Type: RECERR
See Also