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

 ConstructorDescription
MatrixCodeParams()
MatrixCodeParams(Int32, Int32, Int32, Int32, Single, Single, Boolean, Boolean, Boolean, Boolean, Optional<Single>)

Properties

 NameTypeDescription
AllowBrokenCornerSystem.Boolean
AllowBrokenTimingSystem.Boolean
AllowMirroredSystem.Boolean
AllowOversizedModulesSystem.Boolean
IsDisposedSystem.BooleanInherited from Avl.UnmanagedObject
IsViewSystem.BooleanInherited from Avl.UnmanagedObject
MaxColumnCountSystem.Int32
MaxModuleSizeSystem.Single
MaxRectangleRatioAtl.Optional<System.Single>
MaxRowCountSystem.Int32
MinColumnCountSystem.Int32
MinModuleSizeSystem.Single
MinRowCountSystem.Int32

Methods

 NameDescription
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

Remarks

See also