VintaSoft Barcode .NET SDK 15.0: Руководство для .NET разработчика
Vintasoft.Barcode Namespace / WriterSettings Class / BarsRatio Property
Синтаксис Ремарки Требования Смотрите также
В этом разделе
    BarsRatio Свойство (WriterSettings)
    В этом разделе
    Возвращает или задает отношение ширины широкой полосы к ширине узкой полосы (только для ширины штрих-кода 1X и ширины полосы 2X).
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("Ratio of the wide bar width to the narrow bar width (only for barcodes width 1X and 2X bars width).")>
    <DefaultValueAttribute(2)>
    <CategoryAttribute("Common")>
    Public Property BarsRatio As Double
    
    
    [Description("Ratio of the wide bar width to the narrow bar width (only for barcodes width 1X and 2X bars width).")]
    [DefaultValue(2)]
    [Category("Common")]
    public double BarsRatio { get; set; }
    
    
    [Description("Ratio of the wide bar width to the narrow bar width (only for barcodes width 1X and 2X bars width).")]
    [DefaultValue(2)]
    [Category("Common")]
    public: __property double get_BarsRatio();
    public: __property void set_BarsRatio(
    double value
    );
    [Description("Ratio of the wide bar width to the narrow bar width (only for barcodes width 1X and 2X bars width).")]
    [DefaultValue(2)]
    [Category("Common")]
    public:
    property double BarsRatio { double get(); void set(double value); }

    Property Value

    Минимальное значение - 1,5, максимальное - 3,5.
    Значение по умолчанию: 2.
    Ремарки

    Применимо только к:

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

    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также