VintaSoft Barcode .NET SDK 16.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; }

Property Value

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

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

Требования

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

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