barsRatio Property (WebBarcodeWriteRequestParams)
Gets or sets the ratio of the wide bar width to the narrow bar width (only for barcodes width 1X and 2X bars width).
'Declaration
Public Property barsRatio As Double
public double barsRatio { get; set; }
public: __property double get_barsRatio();
public: __property void set_barsRatio(
double
);
Property Value
Minimum value is 1.5, maximum value is 3.5. Default value is 2.
Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5