You are here: Start » AVL.NET » Invoke.ReadMultipleCodes_IK_Binary

Invoke.ReadMultipleCodes_IK_Binary

Reads multiple codes in the input image; returns binary data.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void ReadMultipleCodes_IK_Binary
(
	Avl.Image inImage,
	Optional<Avl.Rectangle2D> inRoi,
	Avl.CodeInverse1D inInverse,
	Optional<int> inTimeout,
	Avl.CodeDetectionParameters inDetectionParameters,
	Avl.ManyCodeSettings inManyCodeSettings,
	bool inEnableCode39,
	Optional<Avl.Code128Parameters> inEnableCode128,
	bool inEnableInterleaved2of5,
	Optional<Avl.DatamatrixParameters> inEnableDatamatrix,
	bool inEnablePDF417,
	bool inEnableMicroPDF417,
	bool inEnableQRCode,
	bool inEnableUPCEAN,
	bool inEnableCode93,
	bool inEnableDotCode,
	bool inEnableMaxiCode,
	bool inEnableAztec,
	bool inEnableMSI,
	Optional<Avl.GS1DatabarParameters> inEnableGS1Databar,
	Optional<Avl.CodabarParameters> inEnableCodabar,
	List<Avl.ByteBuffer> outResult,
	List<Avl.Path> outOutline,
	List<Avl.CodeFormat> outCodeFormat,
	List<float> outPPM
)

Parameters

Name Type Range Default Description
inImageAvl.ImageInput image.
inRoiAtl.Optional<Avl.Rectangle2D>Region of interest. Default value: atl::NIL.
inInverseAvl.CodeInverse1D
inTimeoutAtl.Optional<int>Processing timeout. Default value: atl::NIL.
inDetectionParametersAvl.CodeDetectionParameters
inManyCodeSettingsAvl.ManyCodeSettings
inEnableCode39boolTrueDefault value: True.
inEnableCode128Atl.Optional<Avl.Code128Parameters>Code128Parameters ( )Default value: Code128Parameters ( ).
inEnableInterleaved2of5boolTrueDefault value: True.
inEnableDatamatrixAtl.Optional<Avl.DatamatrixParameters>DatamatrixParameters ( )Default value: DatamatrixParameters ( ).
inEnablePDF417boolTrueDefault value: True.
inEnableMicroPDF417boolFalseDefault value: False.
inEnableQRCodeboolTrueDefault value: True.
inEnableUPCEANboolTrueDefault value: True.
inEnableCode93bool
inEnableDotCodebool
inEnableMaxiCodebool
inEnableAztecbool
inEnableMSIbool
inEnableGS1DatabarAtl.Optional<Avl.GS1DatabarParameters>
inEnableCodabarAtl.Optional<Avl.CodabarParameters>
outResultSystem.Collections.Generic.List<Avl.ByteBuffer>
outOutlineSystem.Collections.Generic.List<Avl.Path>
outCodeFormatSystem.Collections.Generic.List<Avl.CodeFormat>
outPPMSystem.Collections.Generic.List<float>Pixels per module.

See also