You are here: Start » FIL.NET » PDF417CodeParams Class
PDF417CodeParams Class
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.TS.dll |
Specifies range of possible PDF417 codes.
Constructors
Constructor | Description | |
---|---|---|
![]() | PDF417CodeParams(Int32, Int32, Int32, Int32, Single, Single, Single, Nullable<Single>) | |
![]() | PDF417CodeParams() |
Properties
Name | Type | Description | |
---|---|---|---|
![]() | MaxAspectRatio | System.Nullable<System.Single> | Maximal length ratio between the height and the width of a code module |
![]() | MaxDataColumnCount | System.Int32 | Maximal number of data columns |
![]() | MaxModuleSize | System.Single | Maximal size of a module in pixels |
![]() | MaxRowCount | System.Int32 | Maximal number of module rows |
![]() | MinAspectRatio | System.Single | Minimal length ratio between the height and the width of a code module |
![]() | MinDataColumnCount | System.Int32 | Minimal number of data columns |
![]() | MinModuleSize | System.Single | Minimal size of a module in pixels |
![]() | MinRowCount | System.Int32 | Minimal number of module rows |
Methods
Name | Description | |
---|---|---|
![]() | Equals(object) | Inherited from System.Object |
![]() | Equals(FilNet.PDF417CodeParams) | |
![]() ![]() | Equals(FilNet.PDF417CodeParams, FilNet.PDF417CodeParams) | |
![]() | GetHashCode() | Inherited from System.Object |
![]() | GetType() | Inherited from System.Object |
![]() | ToString() | Inherited from System.Object |