You are here: Start » FIL.NET » Function Reference » Computer Vision » Datacodes » FIL.ReadMultipleCodes_IK_Binary
Detects and recognizes Codes in one image.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void ReadMultipleCodes_IK_Binary ( FilNet.Image inImage, FilNet.Rectangle2D? inRoi, FilNet.CodeInverse1D inInverse, int? inTimeout, FilNet.CodeDetectionParameters inDetectionParameters, FilNet.ManyCodeSettings inManyCodeSettings, bool inEnableCode39, FilNet.Code128Parameters? inEnableCode128, bool inEnableInterleaved2of5, FilNet.DatamatrixParameters? inEnableDatamatrix, bool inEnablePDF417, bool inEnableMicroPDF417, bool inEnableQRCode, bool inEnableUPCEAN, bool inEnableCode93, bool inEnableDotCode, bool inEnableMaxiCode, bool inEnableAztec, bool inEnableMSI, FilNet.GS1DatabarParameters? inEnableGS1Databar, NullableRef<FilNet.CodabarParameters> inEnableCodabar, IList<FilNet.ByteBuffer> outResult, IList<FilNet.Path> outOutline, IList<FilNet.CodeFormat> outCodeFormat, IList<float> outPPM )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | FilNet.Image | Input image. | ||
![]() | inRoi | FilNet.Rectangle2D? | Region of interest. Default value: ftl::NIL. | ||
![]() | inInverse | FilNet.CodeInverse1D | |||
![]() | inTimeout | int? | Processing timeout. Default value: ftl::NIL. | ||
![]() | inDetectionParameters | FilNet.CodeDetectionParameters | |||
![]() | inManyCodeSettings | FilNet.ManyCodeSettings | |||
![]() | inEnableCode39 | bool | True | Default value: True. | |
![]() | inEnableCode128 | FilNet.Code128Parameters? | Code128Parameters ( ) | Default value: Code128Parameters ( ). | |
![]() | inEnableInterleaved2of5 | bool | True | Default value: True. | |
![]() | inEnableDatamatrix | FilNet.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 | FilNet.GS1DatabarParameters? | |||
![]() | inEnableCodabar | FilNet.NullableRef<FilNet.CodabarParameters> | |||
![]() | outResult | System.Collections.Generic.IList<FilNet.ByteBuffer> | |||
![]() | outOutline | System.Collections.Generic.IList<FilNet.Path> | |||
![]() | outCodeFormat | System.Collections.Generic.IList<FilNet.CodeFormat> | |||
![]() | outPPM | System.Collections.Generic.IList<float> | Pixels per module. |
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | ReadMultipleCodes_IK_Binary is supported only in x64 environment. |