You are here:
Start »
FIL.NET »
DataMatrixCodeParams Constructor
DataMatrixCodeParams Constructor
Namespace: | FilNet |
Assembly: | FIL.NET.TS.dll |
Syntax
public DataMatrixCodeParams
(
FilNet.Polarity polarity,
int minRowCount,
int maxRowCount,
int minColumnCount,
int maxColumnCount,
float minModuleSize,
float maxModuleSize,
FilNet.DataMatrixGapSize expectedGapSize,
float? maxRectangleRatio,
float maxSlant,
bool allowPerspective,
bool allowOversizedModules,
bool allowRotation,
FilNet.DataMatrixDistortionLevel allowDistortion,
bool allowBrokenTiming
)
Parameters
See also