DataCode
Description
Holds information about data code: its position and text which is encoded.Structure fields and default values (if defined) are described below:
| Name | Type | Default | Description |
|---|---|---|---|
| Outline | Path | ||
| Polarity | Polarity | Any | |
| Text | String | ||
| RowCount | int | ||
| ColumnCount | int | ||
| MinModuleSize | float | ||
| MaxModuleSize | float | ||
| Center | Point2D | ||
| Grid | Array<Point2D> | ||
| Corners | Array<Point2D> |
