You are here: Start » FIL.NET » Invoke.ReadMultipleCodes_IK
Detects and recognizes Codes in one image.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void ReadMultipleCodes_IK ( Fil.Image inImage, Optional<Fil.Rectangle2D> inRoi, Fil.CodeInverse1D inInverse, Optional<int> inTimeout, Fil.CodeDetectionParameters inDetectionParameters, Fil.ManyCodeSettings inManyCodeSettings, bool inEnableCode39, Optional<Fil.Code128Parameters> inEnableCode128, bool inEnableInterleaved2of5, Optional<Fil.DatamatrixParameters> inEnableDatamatrix, bool inEnablePDF417, bool inEnableMicroPDF417, bool inEnableQRCode, bool inEnableUPCEAN, bool inEnableCode93, bool inEnableDotCode, bool inEnableMaxiCode, bool inEnableAztec, bool inEnableMSI, Optional<Fil.GS1DatabarParameters> inEnableGS1Databar, Optional<Fil.CodabarParameters> inEnableCodabar, List<string> outResult, List<Fil.Path> outOutline, List<Fil.CodeFormat> outCodeFormat, List<float> outPPM )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | Fil.Image | Input image. | ||
![]() | inRoi | Ftl.Optional<Fil.Rectangle2D> | Region of interest. Default value: ftl::NIL. | ||
![]() | inInverse | Fil.CodeInverse1D | |||
![]() | inTimeout | Ftl.Optional<int> | Processing timeout. Default value: ftl::NIL. | ||
![]() | inDetectionParameters | Fil.CodeDetectionParameters | |||
![]() | inManyCodeSettings | Fil.ManyCodeSettings | |||
![]() | inEnableCode39 | bool | True | Default value: True. | |
![]() | inEnableCode128 | Ftl.Optional<Fil.Code128Parameters> | Code128Parameters ( ) | Default value: Code128Parameters ( ). | |
![]() | inEnableInterleaved2of5 | bool | True | Default value: True. | |
![]() | inEnableDatamatrix | Ftl.Optional<Fil.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 | Ftl.Optional<Fil.GS1DatabarParameters> | |||
![]() | inEnableCodabar | Ftl.Optional<Fil.CodabarParameters> | |||
![]() | outResult | System.Collections.Generic.List<string> | |||
![]() | outOutline | System.Collections.Generic.List<Fil.Path> | |||
![]() | outCodeFormat | System.Collections.Generic.List<Fil.CodeFormat> | |||
![]() | outPPM | System.Collections.Generic.List<float> | Pixels per module. |