[]
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; }
Public Property FixedLength As Integer
Type | Description |
---|---|
int | Number of the fixed digits of the barcode value |