VintaSoft Barcode .NET SDK 16.0: Documentation for Web developer
Vintasoft.Barcode.Web.Services Namespace / WebBarcodeWriteRequestParams Class / barsRatio Property
Syntax Remarks Requirements SeeAlso
In This Topic
barsRatio Property (WebBarcodeWriteRequestParams)
In This Topic
Gets or sets the ratio of the wide bar width to the narrow bar width (only for barcodes width 1X and 2X bars width).
Syntax
'Declaration

Public Property barsRatio As Double

public double barsRatio { get; set; }

Property Value

Minimum value is 1.5, maximum value is 3.5. Default value is 2.
Remarks

Applicable only to:

  • Codabar
  • Code 11
  • Code 39
  • IATA 2 of 5
  • Interleaved 2 of 5
  • Standard 2 of 5
  • Matrix 2 of 5
  • MSI
  • Telepen

Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5

See Also