You are here: Start » AVL.NET » DataMatrixCodeParams Class
DataMatrixCodeParams Class
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.TS.dll |
Specifies range of possible data matrix codes.
Constructors
Properties
| Name | Type | Description | |
|---|---|---|---|
| AllowBrokenCorner | System.Boolean | Tries to create a candidate even if the bottom-left corner of the code is occluded. | |
| AllowBrokenFinder | System.Boolean | Tries to create a candidate even if there are gaps in the Finder Pattern | |
| AllowBrokenTiming | System.Boolean | Tries to decode a candidate even if there is no correct Timing Pattern | |
| AllowDistortion | System.Nullable<AvlNet.DataMatrixDistortionLevel> | Allows codes which are distorted | |
| AllowMirrored | System.Boolean | Allows codes to be mirrored/transposed. | |
| AllowOversizedModules | System.Boolean | Allows codes with foreground modules overlapping background modules | |
| AllowPerspective | AvlNet.DataMatrixPerspectiveLevel | Allows codes with perspective distortion (up to a certain level) | |
| AllowRotation | System.Boolean | Allows codes rotated in relation to the axes of the input image | |
| ExpectedGapSize | System.Nullable<AvlNet.DataMatrixGapSize> | Highest distance between neighboring marks in the Finder Pattern | |
| IsDisposed | System.Boolean | ||
| MaxColumnCount | System.Int32 | Maximal number of module columns | |
| MaxModuleSize | System.Single | Maximal size of a module in pixels | |
| MaxRectangleRatio | System.Nullable<System.Single> | Length ratio between the longer and the shorter side of the code's bounding rectangle | |
| MaxRowCount | System.Int32 | Maximal number of module rows | |
| MaxSlant | System.Single | Maximal deviation from the right angle in the corner of the Finder Pattern | |
| MinColumnCount | System.Int32 | Minimal number of module columns | |
| MinModuleSize | System.Single | Minimal size of a module in pixels | |
| MinRowCount | System.Int32 | Minimal number of module rows | |
| Polarity | System.Nullable<AvlNet.CodePolarity> | Specifies whether code is darker or brighter than the background |
Methods
| Name | Description | |
|---|---|---|
| Dispose() | Disposes underlying unmanaged resources. See MSDN documentation for IDisposable interface for more info. | |
| Equals(AvlNet.DataMatrixCodeParams) | ||
| Equals(object) | Inherited from System.Object | |
| Equals(AvlNet.DataMatrixCodeParams, AvlNet.DataMatrixCodeParams) | ||
| GetHashCode() | Inherited from System.Object | |
| GetType() | Inherited from System.Object | |
| Reset(AvlNet.DataMatrixCodeParams) | Resets this instance with data of the other DataMatrixCodeParams object. | |
| ToString() | Inherited from System.Object |
