PDF417CodeParams
Description
Specifies range of possible PDF417 codes.Structure fields and default values (if defined) are described below:
Name | Type | Default | Description |
---|---|---|---|
MinRowCount | int | 3 | Minimal number of module rows |
MaxRowCount | int | 90 | Maximal number of module rows |
MinDataColumnCount | int | 1 | Minimal number of data columns |
MaxDataColumnCount | int | 30 | Maximal number of data columns |
MinModuleSize | float | 3 | Minimal size of a module in pixels |
MaxModuleSize | float | 40 | Maximal size of a module in pixels |
MinAspectRatio | float | 1.0f | Minimal length ratio between the height and the width of a code module |
MaxAspectRatio | ftl::Optional<float> | 10.0f | Maximal length ratio between the height and the width of a code module |