You are here: Start » Code128Parameters Constructor

Code128Parameters Constructor

Namespace:AvlNet
Assembly:Avl.Net.TS.dll

Syntax

public Code128Parameters
(
	bool gS128,
	bool iSBT128,
	AvlNet.BarcodeLength? length,
	int iSBTConcatenationRedundancy,
	bool emulateUCC128,
	AvlNet.ISBTConcatenation iSBTConcatenation,
	bool ignoreCode128FNC4
)

Parameters

Name Type Range Default Description
gS128bool
iSBT128bool
lengthAvlNet.BarcodeLength?
iSBTConcatenationRedundancyint
emulateUCC128bool
iSBTConcatenationAvlNet.ISBTConcatenation
ignoreCode128FNC4bool

See also