You are here: Start » AVL.NET » Invoke.ReadSingleCode_IK
Reads a single code in the input image.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void ReadSingleCode_IK ( Avl.Image inImage, Optional<Avl.Rectangle2D> inRoi, Avl.CodeInverse1D inInverse, Optional<int> inTimeout, Avl.CodeDetectionParameters inDetectionParameters, 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.CodabarParameters> inEnableCodabar, Optional<Avl.GS1DatabarParameters> inEnableGS1Databar, Conditional<string> outResult, Conditional<Avl.Path> outOutline, Conditional<Avl.CodeFormat> outCodeFormat, Conditional<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 | |||
![]() | 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 | |||
![]() | inEnableCodabar | Atl.Optional<Avl.CodabarParameters> | |||
![]() | inEnableGS1Databar | Atl.Optional<Avl.GS1DatabarParameters> | |||
![]() | outResult | Atl.Conditional<string> | |||
![]() | outOutline | Atl.Conditional<Avl.Path> | |||
![]() | outCodeFormat | Atl.Conditional<Avl.CodeFormat> | |||
![]() | outPPM | Atl.Conditional<float> | Pixels per module. |