VintaSoft Barcode .NET SDK 16.0: Documentation for .NET developer
Vintasoft.Barcode.BarcodeInfo Namespace / MacroCharacter Class
Members Object Syntax Remarks Example Hierarchy Requirements SeeAlso
In This Topic
MacroCharacter Class
In This Topic
Contains information about macro character.
Object Model
MacroCharacter
Syntax
'Declaration

Public Class MacroCharacter
   Inherits NonDataFlagValueItem

public class MacroCharacter : NonDataFlagValueItem

Remarks

DataMatrix and Micro PDF417 provides a means of abbreviating an industry specific header and trailer in one symbol character. This feature exists to reduce the number of symbol characters needed to encode data in a symbol using certain structured formats. A Macro character must be in the first character position of a symbol.

Example

Please see example here.

Inheritance Hierarchy

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

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