You are here: Start » PDF417CodeParams Constructor

PDF417CodeParams Constructor

Namespace:FilNet
Assembly:Fil.Net.TS.dll

Syntax

public PDF417CodeParams
(
	int minRowCount,
	int maxRowCount,
	int minDataColumnCount,
	int maxDataColumnCount,
	float minModuleSize,
	float maxModuleSize,
	float minAspectRatio,
	float? maxAspectRatio
)

Parameters

Name Type Range Default Description
minRowCountint
maxRowCountint
minDataColumnCountint
maxDataColumnCountint
minModuleSizefloat
maxModuleSizefloat
minAspectRatiofloat
maxAspectRatiofloat?

See also