CodeGlyphX logo
CodeGlyphX

API Reference

Struct

DataMatrixStructuredAppend

Namespace CodeGlyphX.DataMatrix
Assembly CodeGlyphX
Base ValueType
Modifiers sealed

Structured-append metadata for a sequence of Data Matrix symbols.

Inheritance

  • ValueType
  • DataMatrixStructuredAppend

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Constructors

public DataMatrixStructuredAppend(Int32 index, Int32 total, Int32 fileId1 = 1, Int32 fileId2 = 1) #

Creates structured-append metadata.

Parameters

index System.Int32 requiredposition: 0
One-based symbol index (1..16).
total System.Int32 requiredposition: 1
Total symbols in the sequence (2..16).
fileId1 System.Int32 = 1 optionalposition: 2
First file identifier codeword (1..254).
fileId2 System.Int32 = 1 optionalposition: 3
Second file identifier codeword (1..254).

Methods

public override String ToString() #
Returns: String

Properties

public Int32 Index { get; } #

Gets the one-based symbol index (1..16).

public Int32 Total { get; } #

Gets the total number of symbols (2..16).

public Int32 FileId1 { get; } #

Gets the first file identifier codeword (1..254).

public Int32 FileId2 { get; } #

Gets the second file identifier codeword (1..254).

public Boolean IsValid { get; } #

Gets whether all values are valid for Data Matrix structured append.