You are here: Start » DataMatrixCodeParams Class

DataMatrixCodeParams Class

Namespace:AvlNet
Assembly:Avl.Net.TS.dll

Constructors

 ConstructorDescription
DataMatrixCodeParams(Nullable<CodePolarity>, Int32, Int32, Int32, Int32, Single, Single, Nullable<DataMatrixGapSize>, Nullable<Single>, Single, DataMatrixPerspectiveLevel, Boolean, Boolean, Nullable<DataMatrixDistortionLevel>, Boolean, Boolean, Boolean, Boolean)
DataMatrixCodeParams(DataMatrixCodeParams)
DataMatrixCodeParams()

Properties

 NameTypeDescription
AllowBrokenCornerSystem.Boolean
AllowBrokenFinderSystem.Boolean
AllowBrokenTimingSystem.Boolean
AllowDistortionSystem.Nullable<AvlNet.DataMatrixDistortionLevel>
AllowMirroredSystem.Boolean
AllowOversizedModulesSystem.Boolean
AllowPerspectiveAvlNet.DataMatrixPerspectiveLevel
AllowRotationSystem.Boolean
ExpectedGapSizeSystem.Nullable<AvlNet.DataMatrixGapSize>
IsDisposedSystem.Boolean
MaxColumnCountSystem.Int32
MaxModuleSizeSystem.Single
MaxRectangleRatioSystem.Nullable<System.Single>
MaxRowCountSystem.Int32
MaxSlantSystem.Single
MinColumnCountSystem.Int32
MinModuleSizeSystem.Single
MinRowCountSystem.Int32
PolaritySystem.Nullable<AvlNet.CodePolarity>

Methods

 NameDescription
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)
ToString()Inherited from System.Object

See also