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

PDF417Code Constructor

Namespace:AvlNet
Assembly:AVL.NET.TS.dll

Syntax

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

Parameters

Name Type Range Default Description
outlineAvlNet.Rectangle2D
textstring
rowCountint
dataColumnCountint
errorCorrectionLevelint
centerAvlNet.Point2D

See also