VintaSoft Barcode .NET SDK 14.3: Documentation for .NET developer
Vintasoft.Barcode Namespace / ReaderSettings Class / Code39StopMinPadding Property
Syntax Requirements SeeAlso
In This Topic
    Code39StopMinPadding Property (ReaderSettings)
    In This Topic
    Gets or sets the minimum stop padding, in narrow bars, for Code39 barcode.
    Syntax
    'Declaration
    
    <DefaultValueAttribute(4)>
    <DescriptionAttribute("Minimum stop padding, in narrow bars, for Code39 barcode.")>
    Public Property Code39StopMinPadding As Single
    
    
    [DefaultValue(4)]
    [Description("Minimum stop padding, in narrow bars, for Code39 barcode.")]
    public float Code39StopMinPadding { get; set; }
    
    
    [DefaultValue(4)]
    [Description("Minimum stop padding, in narrow bars, for Code39 barcode.")]
    public: __property float get_Code39StopMinPadding();
    public: __property void set_Code39StopMinPadding(
    float value
    );
    [DefaultValue(4)]
    [Description("Minimum stop padding, in narrow bars, for Code39 barcode.")]
    public:
    property float Code39StopMinPadding { float get(); void set(float value); }

    Property Value

    Default value is 4.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also