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

    Property Value

    Default value is 6.
    Requirements

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

    See Also