You are here: Start » AVL.NET » MatrixCodeParams Class
MatrixCodeParams Class
Namespace: | Avl |
---|---|
Assembly: | AvlNet.Types.dll |
Parameters for reading Data Matrix and QR Codes.
Constructors
Constructor | Description | |
---|---|---|
![]() | MatrixCodeParams() | |
![]() | MatrixCodeParams(Int32, Int32, Int32, Int32, Single, Single, Boolean, Boolean, Boolean, Boolean, Optional<Single>) |
Properties
Name | Type | Description | |
---|---|---|---|
![]() | AllowBrokenCorner | System.Boolean | |
![]() | AllowBrokenTiming | System.Boolean | |
![]() | AllowMirrored | System.Boolean | |
![]() | AllowOversizedModules | System.Boolean | |
![]() | IsDisposed | System.Boolean | Inherited from Avl.UnmanagedObject |
![]() | IsView | System.Boolean | Inherited from Avl.UnmanagedObject |
![]() | MaxColumnCount | System.Int32 | |
![]() | MaxModuleSize | System.Single | |
![]() | MaxRectangleRatio | Atl.Optional<System.Single> | |
![]() | MaxRowCount | System.Int32 | |
![]() | MinColumnCount | System.Int32 | |
![]() | MinModuleSize | System.Single | |
![]() | MinRowCount | System.Int32 |
Methods
Name | Description | |
---|---|---|
![]() | CopyTo(Avl.MatrixCodeParams) | |
![]() | Dispose() | Inherited from Avl.UnmanagedObject |
![]() | Equals(Avl.MatrixCodeParams) | |
![]() | Equals(object) | Inherited from System.Object |
![]() | GetHashCode() | Inherited from System.Object |
![]() | GetType() | Inherited from System.Object |
![]() | MoveTo(Avl.MatrixCodeParams) | |
![]() | ToString() | Inherited from System.Object |