Returns the minimum text length of the specified barcode type.
public static int GetMinimumTextLength(TXTextControl.Barcode.BarcodeType barcodeType);
Public Shared Function GetMinimumTextLength(ByVal barcodeType As TXTextControl.Barcode.BarcodeType) As Integer
Parameter | Description |
---|---|
barcode |
Specifies the barcode type whose minimum text length is returned. |
The minimum text length for the specified barcode type.