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

FIL.ReadMultipleCodes_IK

Detects and recognizes Codes in one image.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void ReadMultipleCodes_IK
(
	FilNet.Image inImage,
	FilNet.CodeInverse1D inInverse,
	FilNet.CodeDetectionParameters inDetectionParameters,
	FilNet.ManyCodeSettings inManyCodeSettings,
	bool inEnableCode39,
	bool inEnableCode128,
	bool inEnableInterleaved2of5,
	bool inEnablePDF417,
	bool inEnableQRCode,
	bool inEnableUPCEAN,
	bool inEnableCode93,
	bool inEnableDotCode,
	bool inEnableMaxiCode,
	bool inEnableAztec,
	bool inEnableMSI,
	IList<string> outResult,
	IList<FilNet.Path> outOutline,
	IList<FilNet.CodeFormat> outCodeFormat
)

Parameters

Name Type Range Default Description
inImageFilNet.ImageInput image.
inInverseFilNet.CodeInverse1D
inDetectionParametersFilNet.CodeDetectionParameters
inManyCodeSettingsFilNet.ManyCodeSettings
inEnableCode39boolTrueDefault value: True.
inEnableCode128bool
inEnableInterleaved2of5bool
inEnablePDF417bool
inEnableQRCodebool
inEnableUPCEANbool
inEnableCode93bool
inEnableDotCodebool
inEnableMaxiCodebool
inEnableAztecbool
inEnableMSIbool
outResultSystem.Collections.Generic.IList<string>
outOutlineSystem.Collections.Generic.IList<FilNet.Path>
outCodeFormatSystem.Collections.Generic.IList<FilNet.CodeFormat>

Errors

List of possible exceptions:

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

Function Overrides

See also