You are here: Start » AVL.NET » AVS.ReadMultipleCodes_IK Method

AVS.ReadMultipleCodes_IK Method

Detects and recognizes Codes in one image.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void ReadMultipleCodes_IK
(
	AvlNet.Image inImage,
	AvlNet.CodeInverse1D inInverse,
	AvlNet.CodeDetectionParameters inDetectionParameters,
	AvlNet.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<AvlNet.Path> outOutline,
	IList<AvlNet.CodeFormat> outCodeFormat
)

Parameters

Name Type Range Default Description
inImageAvlNet.ImageInput image.
inInverseAvlNet.CodeInverse1D
inDetectionParametersAvlNet.CodeDetectionParameters
inManyCodeSettingsAvlNet.ManyCodeSettings
inEnableCode39boolTrueDefault value: True.
inEnableCode128bool
inEnableInterleaved2of5bool
inEnablePDF417bool
inEnableQRCodebool
inEnableUPCEANbool
inEnableCode93bool
inEnableDotCodebool
inEnableMaxiCodebool
inEnableAztecbool
inEnableMSIbool
outResultSystem.Collections.Generic.IList<string>
outOutlineSystem.Collections.Generic.IList<AvlNet.Path>
outCodeFormatSystem.Collections.Generic.IList<AvlNet.CodeFormat>

Function Overrides

See also