Creates 2-digit and 5-digit supplement object.

Namespace: Lesnikowski.Barcode
Assembly:  Barcode (in Barcode.dll)
Version: 1.0.5.40001

Syntax

C#
public static Supplement GetSupplement(
	string number
)
Visual Basic (Declaration)
Public Shared Function GetSupplement ( _
	number As String _
) As Supplement
Visual C++
public:
static Supplement^ GetSupplement (
	String^ number
)

Parameters

number
String
number for supplement

Return Value

Supplement object

See Also