VintaSoft Barcode .NET SDK 15.0: Руководство для .NET разработчика
Vintasoft.Barcode Namespace / WriterSettings Class / DotCodeMatrixHeight Property
Синтаксис Ремарки Требования Смотрите также
В этом разделе
    DotCodeMatrixHeight Свойство (WriterSettings)
    В этом разделе
    Возвращает или устанавливает высоту матрицы DotCode.
    Синтаксис
    'Declaration
    
    <DefaultValueAttribute(0)>
    <CategoryAttribute("DotCode")>
    <DescriptionAttribute("DotCode matrix height.
    Default value is 0 (matrix height is calculated automatically).")>
    Public Property DotCodeMatrixHeight As Integer
    
    
    [DefaultValue(0)]
    [Category("DotCode")]
    [Description("DotCode matrix height.
    Default value is 0 (matrix height is calculated automatically).")]
    public int DotCodeMatrixHeight { get; set; }
    
    
    [DefaultValue(0)]
    [Category("DotCode")]
    [Description("DotCode matrix height.
    Default value is 0 (matrix height is calculated automatically).")]
    public: __property int get_DotCodeMatrixHeight();
    public: __property void set_DotCodeMatrixHeight(
    int value
    );
    [DefaultValue(0)]
    [Category("DotCode")]
    [Description("DotCode matrix height.
    Default value is 0 (matrix height is calculated automatically).")]
    public:
    property int DotCodeMatrixHeight { int get(); void set(int value); }

    Property Value

    Минимальное значение - 5. Значение по умолчанию - 0 (высота матрицы рассчитывается автоматически).
    Ремарки

    Это свойство имеет приоритет над свойством DotCodeMatrixWidthHeightRatio.

    Требования

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

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