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

AVS.ReadSingleCode_IK Method

Detects and recognizes Codes in one image.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void ReadSingleCode_IK
(
	AvlNet.Image inImage,
	AvlNet.CodeInverse1D inInverse,
	AvlNet.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<AvlNet.Path> outOutline,
	out AvlNet.CodeFormat? outCodeFormat,
	out float? outPPM
)

Parameters

Name Type Range Default Description
inImageAvlNet.ImageInput image.
inInverseAvlNet.CodeInverse1D
inDetectionParametersAvlNet.CodeDetectionParameters
inEnableCode39boolTrueDefault value: True.
inEnableInterleaved2of5boolTrueDefault value: True.
inEnablePDF417boolTrueDefault value: True.
inEnableQRCodeboolTrueDefault value: True.
inEnableUPCEANboolTrueDefault value: True.
inEnableCode93bool
inEnableDotCodebool
inEnableMaxiCodebool
inEnableAztecbool
inEnableMSIbool
outResultAvlNet.INullable<string> This parameter cannot be null.
outOutlineAvlNet.INullable<AvlNet.Path> This parameter cannot be null.
outCodeFormatAvlNet.CodeFormat?
outPPMfloat?Pixels per module.

Function Overrides

See also