You are here: Start » AVL.NET » Invoke.ReadSingleCode_Z
Reads a single 1D barcode or a PDF417 code.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void ReadSingleCode_Z ( Avl.ZCode_State ioState, Avl.Image inImage, Optional<string> inLoadConfigFile, Optional<string> inSaveConfigFile, Optional<int> inTimeout, Optional<int> inThreadCount, Avl.Code1DSettings inCode1DSettings, bool inEnablePDF417, bool inEnableCode128, Conditional<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. | |
![]()  | inCode1DSettings | Avl.Code1DSettings | Code1D settings. | ||
![]()  | inEnablePDF417 | bool | True | Default value: True. | |
![]()  | inEnableCode128 | bool | True | Default value: True. | |
![]()  | outResult | Atl.Conditional<Avl.ZResult> | Decode results. | 


