Returns the minimum text length the specified barcode type can have.

GetMinimumTextLength(TXTextControl.Barcode.BarcodeType)

public static int GetMinimumTextLength(TXTextControl.Barcode.BarcodeType barcodeType);
Public Shared Function GetMinimumTextLength(ByVal barcodeType As TXTextControl.Barcode.BarcodeType) As Integer

Parameters

Parameter Description
barcodeType Specifies the barcode type for which the minimum text length is returned.

Return Value

The minimum text length for the specified barcode type.