VintaSoft Barcode .NET SDK 15.0: Руководство для .NET разработчика
Vintasoft.Barcode Namespace / ReaderSettings Class / PharmacodeMinHeight Property
Синтаксис Требования Смотрите также
В этом разделе
    PharmacodeMinHeight Свойство (ReaderSettings)
    В этом разделе
    Возвращает или задает минимальную высоту штрих-кода в узких полосах для штрих-кода Pharmacode.
    Синтаксис
    '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

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

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

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