VintaSoft Barcode .NET SDK 15.0: Руководство для .NET разработчика
Vintasoft.Barcode Namespace / WriterSettings Class / MinWidth Property
Синтаксис Ремарки Требования Смотрите также
В этом разделе
    MinWidth Свойство (WriterSettings)
    В этом разделе
    Возвращает или задает ширину (и высоту для двумерных штрих-кодов) в пикселях одного блока.
    Синтаксис
    'Declaration
    
    <DefaultValueAttribute(3)>
    <DescriptionAttribute("Width (and height for 2D barcodes), in pixels, of single block.")>
    <CategoryAttribute("Common")>
    Public Property MinWidth As Integer
    
    
    [DefaultValue(3)]
    [Description("Width (and height for 2D barcodes), in pixels, of single block.")]
    [Category("Common")]
    public int MinWidth { get; set; }
    
    
    [DefaultValue(3)]
    [Description("Width (and height for 2D barcodes), in pixels, of single block.")]
    [Category("Common")]
    public: __property int get_MinWidth();
    public: __property void set_MinWidth(
    int value
    );
    [DefaultValue(3)]
    [Description("Width (and height for 2D barcodes), in pixels, of single block.")]
    [Category("Common")]
    public:
    property int MinWidth { int get(); void set(int value); }

    Property Value

    Минимальное значение - 1. Значение по умолчанию - 3.
    Ремарки

    Отдельный блок для одномерных штрих-кодов - одна полоса.
    Отдельный блок для двумерных штрих-кодов - одна полоса или одна строка.

    Требования

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

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