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

PDF417Code Constructor

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

Syntax

public PDF417Code
(
	FilNet.Rectangle2D outline,
	string text,
	int rowCount,
	int dataColumnCount,
	int errorCorrectionLevel,
	FilNet.Point2D center
)

Parameters

Name Type Range Default Description
outlineFilNet.Rectangle2D
textstring
rowCountint
dataColumnCountint
errorCorrectionLevelint
centerFilNet.Point2D

See also