You are here: Start » FIL.NET » FIS.ReadMultipleCodes_IK_Binary Method
FIS.ReadMultipleCodes_IK_Binary Method
Detects and recognizes Codes in one image.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void ReadMultipleCodes_IK_Binary ( FilNet.Image inImage, FilNet.CodeInverse1D inInverse, FilNet.CodeDetectionParameters inDetectionParameters, FilNet.ManyCodeSettings inManyCodeSettings, bool inEnableCode39, bool inEnableInterleaved2of5, bool inEnablePDF417, bool inEnableMicroPDF417, bool inEnableQRCode, bool inEnableUPCEAN, bool inEnableCode93, bool inEnableDotCode, bool inEnableMaxiCode, bool inEnableAztec, bool inEnableMSI, 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. | ||
![]() | inInverse | FilNet.CodeInverse1D | |||
![]() | inDetectionParameters | FilNet.CodeDetectionParameters | |||
![]() | inManyCodeSettings | FilNet.ManyCodeSettings | |||
![]() | inEnableCode39 | bool | True | Default value: True. | |
![]() | inEnableInterleaved2of5 | bool | True | Default value: True. | |
![]() | 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 | |||
![]() | 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. |