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

    Property Value

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

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

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