VintaSoft Barcode .NET SDK 15.1: Документация для Веб разработчика
Vintasoft.Barcode.Web.Services Namespace / WebBarcodeWriteRequestParams Class / dotCodeMatrixHeight Property
Синтаксис Требования Смотрите также
В этом разделе
    dotCodeMatrixHeight Свойство (WebBarcodeWriteRequestParams)
    В этом разделе
    Возвращает или задает высоту матрицы для штрих-кода DotCode.
    Синтаксис
    'Declaration
    
    Public Property dotCodeMatrixHeight As Integer
    
    
    public int dotCodeMatrixHeight { get; set; }
    
    
    public: __property int get_dotCodeMatrixHeight();
    public: __property void set_dotCodeMatrixHeight(
    int value
    );
    public:
    property int dotCodeMatrixHeight { int get(); void set(int value); }

    Property Value

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

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

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