Class CodePatternDataMatrixCode
Represents the multi pass pattern types for a code layer of a DataMatrix code.
public static class CodePatternDataMatrixCode
- Inheritance
-
CodePatternDataMatrixCode
- Inherited Members
Properties
A
Gets the pattern "A".
public static int A { get; }
Property Value
B
Gets the pattern "B".
public static int B { get; }
Property Value
C
Gets the pattern "C".
public static int C { get; }
Property Value
D
Gets the pattern "D".
public static int D { get; }
Property Value
E
Gets the pattern "E".
public static int E { get; }
Property Value
EntirePattern1
Gets the "Entire Pattern 1".
public static int EntirePattern1 { get; }
Property Value
EntirePattern2
Gets the "Entire Pattern 2".
public static int EntirePattern2 { get; }
Property Value
EntirePattern3
Gets the "Entire Pattern 3".
public static int EntirePattern3 { get; }
Property Value
EntirePattern4
Gets the "Entire Pattern 4".
public static int EntirePattern4 { get; }
Property Value
EntirePattern5
Gets the "Entire Pattern 5".
public static int EntirePattern5 { get; }
Property Value
EntirePattern6
Gets the "Entire Pattern 6".
public static int EntirePattern6 { get; }
Property Value
F
Gets the pattern "F".
public static int F { get; }