Click or drag to resize

RecAPIkRecSetAnchorRefPoint Method

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

Parameters

hPage
Type: SystemIntPtr
nZone
Type: SystemInt32
refpt
Type: OmniPageCSDK.ArgTypesANCHOR_REF_POINT

Return Value

Type: RECERR
See Also