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

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