Click or drag to resize

RecAPIkRecSettingIsFlagSet Method

Namespace:  OmniPageCSDK.CAPI
Assembly:  OmniPageCSDK.CAPI (in OmniPageCSDK.CAPI.dll) Version: 2025.1.0.0
Syntax
[DllImportAttribute("kernelapi", CallingConvention = CallingConvention.StdCall, 
	CharSet = CharSet.Ansi)]
public static RECERR kRecSettingIsFlagSet(
	IntPtr sett,
	STSFLAGS flgs,
	out bool is_set
)

Parameters

sett
Type: SystemIntPtr
flgs
Type: OmniPageCSDK.ArgTypesSTSFLAGS
is_set
Type: SystemBoolean

Return Value

Type: RECERR
See Also