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

PDF417Code Constructor

Namespace:Fil
Assembly:FilNet.Types.dll

Syntax

public PDF417Code
(
	Fil.Rectangle2D outline_,
	string text_,
	int rowCount_,
	int dataColumnCount_,
	int errorCorrectionLevel_,
	Fil.Point2D center_
)

Parameters

Name Type Range Default Description
outline_Fil.Rectangle2D
text_string
rowCount_int
dataColumnCount_int
errorCorrectionLevel_int
center_Fil.Point2D

See also