Returns the maximum text length of the specified barcode type.

GetMaximumTextLength(TXTextControl.Barcode.BarcodeType)

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

Parameters

Parameter Description
barcodeType Specifies the barcode type whose maximum text length is returned.

Return Value

The maximum text length for the specified barcode type.