Gets or sets the number of the fixed digits of the value of the barcode. Only can be set if barcode type is PostNet, ITF, or Code39. If bar type is PostNet, the value must be 5 or 10 or 12.
public int FixedLength {get; set;}
'Declaration
Public Property FixedLength As Integer
'Usage
Dim instance As BarCodeCellType
Dim value As Integer
instance.FixedLength = value
value = instance.FixedLength
Property Value
Number of the fixed digits of the barcode value