You are here: Start » AVL.NET » DataMatrixCodeParams.DataMatrixCodeParams(AvlNet.Polarity, int, int, int, int, float, float, AvlNet.DataMatrixGapSize, float?, float, bool, bool)
DataMatrixCodeParams.DataMatrixCodeParams(AvlNet.Polarity, int, int, int, int, float, float, AvlNet.DataMatrixGapSize, float?, float, bool, bool)
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.TS.dll |
Syntax
public DataMatrixCodeParams( AvlNet.Polarity polarity, int minRowCount, int maxRowCount, int minColumnCount, int maxColumnCount, float minModuleSize, float maxModuleSize, AvlNet.DataMatrixGapSize expectedGapSize, float? maxRectangleRatio, float maxSlant, bool allowPerspective, bool allowOversizedModules )
Parameters
- polarity
- Type: AvlNet.Polarity
- minRowCount
- Type: System.Int32
- maxRowCount
- Type: System.Int32
- minColumnCount
- Type: System.Int32
- maxColumnCount
- Type: System.Int32
- minModuleSize
- Type: System.Single
- maxModuleSize
- Type: System.Single
- expectedGapSize
- Type: AvlNet.DataMatrixGapSize
- maxRectangleRatio
- Type: System.Nullable<System.Single>
- maxSlant
- Type: System.Single
- allowPerspective
- Type: System.Boolean
- allowOversizedModules
- Type: System.Boolean
