Class CodePattern1DCodeBase
Represents the multi pass pattern types for a base layer of 1D codes.
public static class CodePattern1DCodeBase
- Inheritance
-
CodePattern1DCodeBase
- Inherited Members
Properties
Alternate
Gets the "Alternate" pattern.
public static int Alternate { get; }
Property Value
AlternateHorizontal
Gets the "Alternate Horizontal" pattern.
public static int AlternateHorizontal { get; }
Property Value
Unidirectional
Gets the "Unidirectional" pattern.
public static int Unidirectional { get; }
Property Value
UnidirectionalHorizontal
Gets the "Unidirectional Horizontal" pattern.
public static int UnidirectionalHorizontal { get; }