You are here:
Start »
FIL.NET »
DataMatrixCodeParams Class
DataMatrixCodeParams Class
Specifies range of possible data matrix codes.
Namespace: | FilNet |
Assembly: | FIL.NET.TS.dll |
Constructors
| Constructor | Description |
 | DataMatrixCodeParams(Polarity, Int32, Int32, Int32, Int32, Single, Single, DataMatrixGapSize, Nullable<Single>, Single, Boolean, Boolean, Boolean, DataMatrixDistortionLevel, Boolean) | |
 | DataMatrixCodeParams() | |
Properties
| Name | Type | Description |
 | AllowBrokenTiming | System.Boolean | Tries to decode a candidate even if there is no correct Timing Pattern |
 | AllowDistortion | FilNet.DataMatrixDistortionLevel | Allows codes which are distorted |
 | AllowOversizedModules | System.Boolean | Allows codes with foreground modules overlapping background modules |
 | AllowPerspective | System.Boolean | 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 | FilNet.DataMatrixGapSize | Highest distance between neighboring marks in the Finder Pattern |
 | 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 | FilNet.Polarity | Specifies whether code is darker or brighter than the background |
Methods
Remarks
See also