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

    Property Value

    Default value is 5.
    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