You are here: Start » DataCode Constructor
DataCode Constructor
| Namespace: | Fil |
|---|---|
| Assembly: | FilNet.Types.dll |
Syntax
public DataCode ( Fil.Path outline_, Fil.CodePolarity polarity_, string text_, Fil.DataCodeType type_, int rowCount_, int columnCount_, float minModuleSize_, float maxModuleSize_, Fil.Point2D center_, List<Fil.Point2D> grid_, List<Fil.Point2D> corners_, float score_, float softScore_, Fil.DataCodeScores scores_ )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | outline_ | Fil.Path | |||
| polarity_ | Fil.CodePolarity | ||||
| text_ | string | ||||
| type_ | Fil.DataCodeType | ||||
| rowCount_ | int | ||||
| columnCount_ | int | ||||
| minModuleSize_ | float | ||||
| maxModuleSize_ | float | ||||
| center_ | Fil.Point2D | ||||
| grid_ | System.Collections.Generic.List<Fil.Point2D> | ||||
| corners_ | System.Collections.Generic.List<Fil.Point2D> | ||||
| score_ | float | ||||
| softScore_ | float | ||||
| scores_ | Fil.DataCodeScores |

