You are here: Start » FIL.NET » Function Reference » Computer Vision » Datacodes » FIL.ReadSingleCode_IK

FIL.ReadSingleCode_IK

Detects and recognizes Codes in one image.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void ReadSingleCode_IK
(
	FilNet.Image inImage,
	FilNet.CodeInverse1D inInverse,
	FilNet.CodeDetectionParameters inDetectionParameters,
	bool inEnableCode39,
	bool inEnableInterleaved2of5,
	bool inEnablePDF417,
	bool inEnableQRCode,
	bool inEnableUPCEAN,
	bool inEnableCode93,
	bool inEnableDotCode,
	bool inEnableMaxiCode,
	bool inEnableAztec,
	bool inEnableMSI,
	INullable<string> outResult,
	INullable<FilNet.Path> outOutline,
	out FilNet.CodeFormat? outCodeFormat,
	out float? outPPM
)

Parameters

Name Type Range Default Description
inImageFilNet.ImageInput image.
inInverseFilNet.CodeInverse1D
inDetectionParametersFilNet.CodeDetectionParameters
inEnableCode39boolTrueDefault value: True.
inEnableInterleaved2of5boolTrueDefault value: True.
inEnablePDF417boolTrueDefault value: True.
inEnableQRCodeboolTrueDefault value: True.
inEnableUPCEANboolTrueDefault value: True.
inEnableCode93bool
inEnableDotCodebool
inEnableMaxiCodebool
inEnableAztecbool
inEnableMSIbool
outResultFilNet.INullable<string> This parameter cannot be null.
outOutlineFilNet.INullable<FilNet.Path> This parameter cannot be null.
outCodeFormatFilNet.CodeFormat?
outPPMfloat?Pixels per module.

Remarks

It is only possible to run it in one thread (Worker Task) in application.

Errors

List of possible exceptions:

Error type Description
DomainError ReadSingleCode_IK is supported only in x64 environment.

Function Overrides

See also