Returns the minimum text length the specified barcode type can have.
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 for which the minimum text length is returned. |
The minimum text length for the specified barcode type.