API Reference
Struct
DataMatrixStructuredAppend
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.
Returned or exposed by
Accepted by parameters
Constructors
public DataMatrixStructuredAppend(Int32 index, Int32 total, Int32 fileId1 = 1, Int32 fileId2 = 1) #Creates structured-append metadata.
Parameters
- index System.Int32
- One-based symbol index (1..16).
- total System.Int32
- Total symbols in the sequence (2..16).
- fileId1 System.Int32 = 1
- First file identifier codeword (1..254).
- fileId2 System.Int32 = 1
- Second file identifier codeword (1..254).
Methods
public override String ToString() #Returns:
StringInherited Methods
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.