You are here: Start » FIL.NET » DataCode Constructor

DataCode Constructor

Namespace:FilNet
Assembly:FIL.NET.TS.dll

Syntax

public DataCode
(
	FilNet.Path outline,
	FilNet.Polarity polarity,
	string text,
	int rowCount,
	int columnCount,
	float minModuleSize,
	float maxModuleSize,
	FilNet.Point2D center,
	IList<FilNet.Point2D> grid,
	IList<FilNet.Point2D> corners
)

Parameters

Name Type Range Default Description
outlineFilNet.Path
polarityFilNet.Polarity
textstring
rowCountint
columnCountint
minModuleSizefloat
maxModuleSizefloat
centerFilNet.Point2D
gridSystem.Collections.Generic.IList<FilNet.Point2D>
cornersSystem.Collections.Generic.IList<FilNet.Point2D>

See also