API Reference
Enum
DataMatrixShape
Selects the Data Matrix symbol family used for encoding.
Inheritance
- Enum
- DataMatrixShape
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
- Property DataMatrixEncodingOptions.Shape
- Field DataMatrixShape.Any
- Field DataMatrixShape.Dmre
- Field DataMatrixShape.OriginalRectangular
- Field DataMatrixShape.Rectangular
- Field DataMatrixShape.Square
Accepted by parameters
- Method DataMatrixBuilder.WithShape
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
Values
public const DataMatrixShape Square #Uses the standard square ECC 200 family. This preserves the historical default.
Value:
0public const DataMatrixShape Rectangular #Uses any rectangular symbol, including original rectangles and current DMRE models.
Value:
1public const DataMatrixShape OriginalRectangular #Uses only the six original ISO/IEC 16022 rectangular symbols.
Value:
2public const DataMatrixShape Dmre #Uses only ISO/IEC 21471 Data Matrix Rectangular Extension models.
Value:
3public const DataMatrixShape Any #Chooses the smallest-area fitting symbol across square and rectangular families.
Value:
4