You are here: Start » FIL.NET » FIS.ReadSingleCode_IK Method
FIS.ReadSingleCode_IK Method
Detects and recognizes Codes in one image.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void ReadSingleCode_IK ( FilNet.Image inImage, FilNet.Rectangle2D? inRoi, FilNet.CodeInverse1D inInverse, int? inTimeout, FilNet.CodeDetectionParameters inDetectionParameters, bool inEnableCode39, bool inEnableCode128, bool inEnableInterleaved2of5, FilNet.DatamatrixParameters? inEnableDatamatrix, bool inEnablePDF417, bool inEnableQRCode, bool inEnableUPCEAN, bool inEnableCode93, bool inEnableDotCode, bool inEnableMaxiCode, bool inEnableAztec, bool inEnableMSI, NullableRef<FilNet.CodabarParameters> inEnableCodabar, INullable<string> outResult, INullable<FilNet.Path> outOutline, out FilNet.CodeFormat? outCodeFormat )
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 | |||
![]() | inEnableCode39 | bool | True | Default value: True. | |
![]() | inEnableCode128 | bool | True | Default value: True. | |
![]() | inEnableInterleaved2of5 | bool | True | Default value: True. | |
![]() | inEnableDatamatrix | FilNet.DatamatrixParameters? | DatamatrixParameters ( ) | Default value: DatamatrixParameters ( ). | |
![]() | inEnablePDF417 | bool | True | Default value: True. | |
![]() | inEnableQRCode | bool | True | Default value: True. | |
![]() | inEnableUPCEAN | bool | True | Default value: True. | |
![]() | inEnableCode93 | bool | |||
![]() | inEnableDotCode | bool | |||
![]() | inEnableMaxiCode | bool | |||
![]() | inEnableAztec | bool | |||
![]() | inEnableMSI | bool | |||
![]() | inEnableCodabar | FilNet.NullableRef<FilNet.CodabarParameters> | |||
![]() | outResult | FilNet.INullable<string> | This parameter cannot be null. | ||
![]() | outOutline | FilNet.INullable<FilNet.Path> | This parameter cannot be null. | ||
![]() | outCodeFormat | FilNet.CodeFormat? |