PDF417CodeParams

Description

Specifies range of possible PDF417 codes.

Structure fields and default values (if defined) are described below:

  • int MinRowCount = 3 - Minimal number of module rows
  • int MaxRowCount = 90 - Maximal number of module rows
  • int MinDataColumnCount = 1 - Minimal number of data columns
  • int MaxDataColumnCount = 30 - Maximal number of data columns
  • float MinModuleSize = 3 - Minimal size of a module in pixels
  • float MaxModuleSize = 40 - Maximal size of a module in pixels
  • float MinAspectRatio = 1.0f - Minimal length ratio between the height and the width of a code module
  • float MaxAspectRatio = 10.0f - Maximal length ratio between the height and the width of a code module