VintaSoft Barcode .NET SDK 15.0: Руководство для .NET разработчика
Vintasoft.Barcode Namespace / WriterSettings Class / Height Property
Синтаксис Требования Смотрите также
В этом разделе
    Height Свойство (WriterSettings)
    В этом разделе
    Возвращает или задает высоту одномерного штрих-кода в пикселях.
    Синтаксис
    'Declaration
    
    <DefaultValueAttribute(100)>
    <DescriptionAttribute("Height, in pixels, of 1D barcode.")>
    <CategoryAttribute("1D Barcodes")>
    Public Property Height As Integer
    
    
    [DefaultValue(100)]
    [Description("Height, in pixels, of 1D barcode.")]
    [Category("1D Barcodes")]
    public int Height { get; set; }
    
    
    [DefaultValue(100)]
    [Description("Height, in pixels, of 1D barcode.")]
    [Category("1D Barcodes")]
    public: __property int get_Height();
    public: __property void set_Height(
    int value
    );
    [DefaultValue(100)]
    [Description("Height, in pixels, of 1D barcode.")]
    [Category("1D Barcodes")]
    public:
    property int Height { int get(); void set(int value); }

    Property Value

    Минимальное значение - 3, максимальное - 4096. Значение по умолчанию - 100.
    Требования

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

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