You are here: Start » AVL.NET » 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 | |
---|---|---|---|---|---|
![]() | inImage | Avl.Image | Input image. | ||
![]() | inRoi | Atl.Optional<Avl.Rectangle2D> | Region of interest. Default value: atl::NIL. | ||
![]() | inInverse | Avl.CodeInverse1D | |||
![]() | inTimeout | Atl.Optional<int> | Processing timeout. Default value: atl::NIL. | ||
![]() | inDetectionParameters | Avl.CodeDetectionParameters | |||
![]() | inManyCodeSettings | Avl.ManyCodeSettings | |||
![]() | inEnableCode39 | bool | True | Default value: True. | |
![]() | inEnableCode128 | Atl.Optional<Avl.Code128Parameters> | Code128Parameters ( ) | Default value: Code128Parameters ( ). | |
![]() | inEnableInterleaved2of5 | bool | True | Default value: True. | |
![]() | inEnableDatamatrix | Atl.Optional<Avl.DatamatrixParameters> | DatamatrixParameters ( ) | Default value: DatamatrixParameters ( ). | |
![]() | inEnablePDF417 | bool | True | Default value: True. | |
![]() | inEnableMicroPDF417 | bool | False | Default value: False. | |
![]() | inEnableQRCode | bool | True | Default value: True. | |
![]() | inEnableUPCEAN | bool | True | Default value: True. | |
![]() | inEnableCode93 | bool | |||
![]() | inEnableDotCode | bool | |||
![]() | inEnableMaxiCode | bool | |||
![]() | inEnableAztec | bool | |||
![]() | inEnableMSI | bool | |||
![]() | inEnableGS1Databar | Atl.Optional<Avl.GS1DatabarParameters> | |||
![]() | inEnableCodabar | Atl.Optional<Avl.CodabarParameters> | |||
![]() | outResult | System.Collections.Generic.List<Avl.ByteBuffer> | |||
![]() | outOutline | System.Collections.Generic.List<Avl.Path> | |||
![]() | outCodeFormat | System.Collections.Generic.List<Avl.CodeFormat> | |||
![]() | outPPM | System.Collections.Generic.List<float> | Pixels per module. |