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

    Property Value

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

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

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