Click or drag to resize

RecAPI.kRecSetAnchorRefPoint Method

Namespace:  OmniPageCSDK.CAPI
Assembly:  OmniPageCSDK.CAPI (in OmniPageCSDK.CAPI.dll) Version: 22.2.0.0 (22.2.24312.100)
Syntax
[DllImportAttribute("kernelapi", CallingConvention = CallingConvention.StdCall, 
	CharSet = CharSet.Unicode)]
public static RECERR kRecSetAnchorRefPoint(
	IntPtr hPage,
	int nZone,
	ANCHOR_REF_POINT refpt
)

Parameters

hPage
Type: System.IntPtr
nZone
Type: System.Int32
refpt
Type: OmniPageCSDK.ArgTypes.ANCHOR_REF_POINT

Return Value

Type: RECERR
See Also