You are here: Start » AVL.NET » Invoke.ReadMultipleCodes_Z
Reads multiple 1D barcodes and PDF417 codes.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void ReadMultipleCodes_Z ( Avl.ZCode_State ioState, Avl.Image inImage, Optional<string> inLoadConfigFile, Optional<string> inSaveConfigFile, Optional<int> inTimeout, Optional<int> inThreadCount, Optional<int> inMaxCodeCount, bool inIssueIdenticalSymbols, Avl.Code1DSettings inCode1DSettings, bool inEnablePDF417, bool inEnableCode128, List<Avl.ZResult> outResult )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
ioState | Avl.ZCode_State | ||||
![]() | inImage | Avl.Image | Input image. | ||
![]() | inLoadConfigFile | Atl.Optional<string> | Configuration file to be loaded in .bin format. Used to restore previously saved settings - can overwrite other parameters. Default value: atl::NIL. | ||
![]() | inSaveConfigFile | Atl.Optional<string> | Path to save configuration file in .bin format. Used to save current settings for future use. Default value: atl::NIL. | ||
![]() | inTimeout | Atl.Optional<int> | <1, INF> | Processing timeout in ms. Default value: atl::NIL. | |
![]() | inThreadCount | Atl.Optional<int> | <1, 31> | Number of processing threads. Default value: atl::NIL. | |
![]() | inMaxCodeCount | Atl.Optional<int> | <1, INF> | Maximum number of codes. Default value: atl::NIL. | |
![]() | inIssueIdenticalSymbols | bool | True | Issue identical symbols. Default value: True. | |
![]() | inCode1DSettings | Avl.Code1DSettings | Code1D settings. | ||
![]() | inEnablePDF417 | bool | True | Default value: True. | |
![]() | inEnableCode128 | bool | True | Default value: True. | |
![]() | outResult | System.Collections.Generic.List<Avl.ZResult> | Decode results. |