You are here:
Start »
PDF417CodeParams Constructor
PDF417CodeParams Constructor
Namespace: | Fil |
Assembly: | FilNet.Types.dll |
Syntax
public PDF417CodeParams
(
int minRowCount_,
int maxRowCount_,
int minDataColumnCount_,
int maxDataColumnCount_,
float minModuleSize_,
float maxModuleSize_,
float minAspectRatio_
)
Parameters
|
Name |
Type |
Range |
Default |
Description |
| minRowCount_ | int | | | |
| maxRowCount_ | int | | | |
| minDataColumnCount_ | int | | | |
| maxDataColumnCount_ | int | | | |
| minModuleSize_ | float | | | |
| maxModuleSize_ | float | | | |
| minAspectRatio_ | float | | | |
See also