Creates 2-digit and 5-digit supplement object.

Namespace: Limilabs.Barcode
Assembly: Barcode (in Barcode.dll) Version: 2.0.0.20

Syntax

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

Parameters

number
Type: System..::..String
number for supplement

Return Value

Supplement object

See Also