You are here: Start » FIL.NET » DataMatrixCodeParams Class
DataMatrixCodeParams Class
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.TS.dll |
Specifies range of possible data matrix codes.
Constructors
Properties
Name | Type | Description | |
---|---|---|---|
![]() | 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 | 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 | System.Nullable<FilNet.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 | FilNet.Polarity | 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(FilNet.DataMatrixCodeParams) | |
![]() | Equals(object) | Inherited from System.Object |
![]() ![]() | Equals(FilNet.DataMatrixCodeParams, FilNet.DataMatrixCodeParams) | |
![]() | GetHashCode() | Inherited from System.Object |
![]() | GetType() | Inherited from System.Object |
![]() | Reset(FilNet.DataMatrixCodeParams) | Resets this instance with data of the other DataMatrixCodeParams object. |
![]() | ToString() | Inherited from System.Object |