VintaSoft Barcode .NET SDK 15.0: Documentation for .NET developer
Vintasoft.Barcode.BarcodeInfo Namespace / DataMatrixStructuredAppendCharacter Class
Members Object Syntax Remarks Example Hierarchy Requirements SeeAlso
In This Topic
    DataMatrixStructuredAppendCharacter Class
    In This Topic
    Contains information about the Data Matrix Structured Append non-data character.
    Object Model
    DataMatrixStructuredAppendCharacter
    Syntax
    'Declaration
    
    Public NotInheritable Class DataMatrixStructuredAppendCharacter
       Inherits StructuredAppendCharacter
    
    
    public sealed class DataMatrixStructuredAppendCharacter : StructuredAppendCharacter
    
    
    public __gc __sealed class DataMatrixStructuredAppendCharacter : public StructuredAppendCharacter*
    
    
    public ref class DataMatrixStructuredAppendCharacter sealed : public StructuredAppendCharacter^
    
    
    Remarks

    A Structured Append character is used to indicate that the symbol is part of a Structured Append sequence.
    Data Matrix Structured Append contains file identificator that allowing 64516 different file identifications. The purpose of the file identification is to increase the probability that only logically linked symbols are processed as part of the same message.
    Up to 16 ECC 200 symbols may be appended in a structured format.

    Example

    Please see example here.

    Inheritance Hierarchy

    System.Object
       Vintasoft.Barcode.BarcodeInfo.ValueItemBase
          Vintasoft.Barcode.BarcodeInfo.NonDataFlagValueItem
             Vintasoft.Barcode.BarcodeInfo.StructuredAppendCharacter
                Vintasoft.Barcode.BarcodeInfo.DataMatrixStructuredAppendCharacter

    Requirements

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

    See Also