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.Rectangle2D? inRoi,
	AvlNet.CodeInverse1D inInverse,
	int? inTimeout,
	AvlNet.CodeDetectionParameters inDetectionParameters,
	bool inEnableCode39,
	bool inEnableCode128,
	bool inEnableInterleaved2of5,
	AvlNet.DatamatrixParameters? inEnableDatamatrix,
	bool inEnablePDF417,
	bool inEnableQRCode,
	bool inEnableUPCEAN,
	bool inEnableCode93,
	bool inEnableDotCode,
	bool inEnableMaxiCode,
	bool inEnableAztec,
	bool inEnableMSI,
	NullableRef<AvlNet.CodabarParameters> inEnableCodabar,
	INullable<string> outResult,
	INullable<AvlNet.Path> outOutline,
	out AvlNet.CodeFormat? outCodeFormat
)

Parameters

Name Type Range Default Description
inImageAvlNet.ImageInput image.
inRoiAvlNet.Rectangle2D?Region of interest. Default value: atl::NIL.
inInverseAvlNet.CodeInverse1D
inTimeoutint?Processing timeout. Default value: atl::NIL.
inDetectionParametersAvlNet.CodeDetectionParameters
inEnableCode39boolTrueDefault value: True.
inEnableCode128boolTrueDefault value: True.
inEnableInterleaved2of5boolTrueDefault value: True.
inEnableDatamatrixAvlNet.DatamatrixParameters?DatamatrixParameters ( )Default value: DatamatrixParameters ( ).
inEnablePDF417boolTrueDefault value: True.
inEnableQRCodeboolTrueDefault value: True.
inEnableUPCEANboolTrueDefault value: True.
inEnableCode93bool
inEnableDotCodebool
inEnableMaxiCodebool
inEnableAztecbool
inEnableMSIbool
inEnableCodabarAvlNet.NullableRef<AvlNet.CodabarParameters>
outResultAvlNet.INullable<string> This parameter cannot be null.
outOutlineAvlNet.INullable<AvlNet.Path> This parameter cannot be null.
outCodeFormatAvlNet.CodeFormat?

Function Overrides

See also