VintaSoft Barcode .NET SDK 15.0: Руководство для .NET разработчика
Vintasoft.Barcode Namespace / ReaderSettings Class / Code39StopMinPadding Property
Синтаксис Требования Смотрите также
В этом разделе
    Code39StopMinPadding Свойство (ReaderSettings)
    В этом разделе
    Возвращает или задает минимальное заполнение остановки в узких полосах для штрих-кода Code39.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("Minimum stop padding, in narrow bars, for Code39 barcode.")>
    <DefaultValueAttribute(4)>
    Public Property Code39StopMinPadding As Single
    
    
    [Description("Minimum stop padding, in narrow bars, for Code39 barcode.")]
    [DefaultValue(4)]
    public float Code39StopMinPadding { get; set; }
    
    
    [Description("Minimum stop padding, in narrow bars, for Code39 barcode.")]
    [DefaultValue(4)]
    public: __property float get_Code39StopMinPadding();
    public: __property void set_Code39StopMinPadding(
    float value
    );
    [Description("Minimum stop padding, in narrow bars, for Code39 barcode.")]
    [DefaultValue(4)]
    public:
    property float Code39StopMinPadding { float get(); void set(float value); }

    Property Value

    Значение по умолчанию: 4.
    Требования

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

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