Click or drag to resize

RecAPIkRecGetAnchorInfo 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 kRecGetAnchorInfo(
	IntPtr hPage,
	int nZone,
	ref ANCHORCONTENT aContent,
	ref ANCHORTYPE aType
)

Parameters

hPage
Type: SystemIntPtr
nZone
Type: SystemInt32
aContent
Type: OmniPageCSDK.ArgTypesANCHORCONTENT
aType
Type: OmniPageCSDK.ArgTypesANCHORTYPE

Return Value

Type: RECERR
See Also