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

See also