You are here: Start » AVL.NET » PDF417CodeParams Class

PDF417CodeParams Class

Namespace:AvlNet
Assembly:AVL.NET.TS.dll

Specifies range of possible PDF417 codes.

Constructors

 ConstructorDescription
PDF417CodeParams(Int32, Int32, Int32, Int32, Single, Single, Single, Nullable<Single>)
PDF417CodeParams()

Properties

 NameTypeDescription
MaxAspectRatioSystem.Nullable<System.Single>Maximal length ratio between the height and the width of a code module
MaxDataColumnCountSystem.Int32Maximal number of data columns
MaxModuleSizeSystem.SingleMaximal size of a module in pixels
MaxRowCountSystem.Int32Maximal number of module rows
MinAspectRatioSystem.SingleMinimal length ratio between the height and the width of a code module
MinDataColumnCountSystem.Int32Minimal number of data columns
MinModuleSizeSystem.SingleMinimal size of a module in pixels
MinRowCountSystem.Int32Minimal number of module rows

Methods

 NameDescription
Equals(object)Inherited from System.Object
Equals(AvlNet.PDF417CodeParams)
Equals(AvlNet.PDF417CodeParams, AvlNet.PDF417CodeParams)
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
ToString()Inherited from System.Object

Remarks

See also