VintaSoft Barcode .NET SDK 16.0: Documentation for .NET developer
Vintasoft.Barcode.BarcodeInfo Namespace / EciCharacterValueItem Class
Members Object Syntax Remarks Example Hierarchy Requirements SeeAlso
In This Topic
EciCharacterValueItem Class
In This Topic
Extended Channel Interpretation (ECI) character.
Object Model
EciCharacterValueItem
Syntax
'Declaration

Public NotInheritable Class EciCharacterValueItem
   Inherits NonDataFlagValueItem

public sealed class EciCharacterValueItem : NonDataFlagValueItem

Remarks

The Extended Channel Interpretation protocol is fully specified in AIM Inc. International Technical Specification - Extended Channel Interpretations Part 1. The protocol provides a consistent method to specify particular interpretations on byte values before printing and after decoding. The Extended Channel Interpretation is identified by a 6-digit number - ECI assignment number.

ECI characters are available only for Aztec, DataMatrix, QR, MaxiCode, Han Xin Code, PDF417, and Micro PDF417 barcodes.

Example

Please see example here.

Inheritance Hierarchy

System.Object
   Vintasoft.Barcode.BarcodeInfo.ValueItemBase
      Vintasoft.Barcode.BarcodeInfo.NonDataFlagValueItem
         Vintasoft.Barcode.BarcodeInfo.EciCharacterValueItem

Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also