VintaSoft Barcode .NET SDK 15.0: Руководство для .NET разработчика
Vintasoft.Barcode Namespace / WriterSettings Class / Code16KRows Property
Синтаксис Требования Смотрите также
В этом разделе
    Code16KRows Свойство (WriterSettings)
    В этом разделе
    Возвращает или задает количество строк Code 16K.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("Code 16K row count.
    Default value is 0 (row count calculated automatically).")>
    <DefaultValueAttribute(0)>
    <CategoryAttribute("1D Barcodes")>
    Public Property Code16KRows As Integer
    
    
    [Description("Code 16K row count.
    Default value is 0 (row count calculated automatically).")]
    [DefaultValue(0)]
    [Category("1D Barcodes")]
    public int Code16KRows { get; set; }
    
    
    [Description("Code 16K row count.
    Default value is 0 (row count calculated automatically).")]
    [DefaultValue(0)]
    [Category("1D Barcodes")]
    public: __property int get_Code16KRows();
    public: __property void set_Code16KRows(
    int value
    );
    [Description("Code 16K row count.
    Default value is 0 (row count calculated automatically).")]
    [DefaultValue(0)]
    [Category("1D Barcodes")]
    public:
    property int Code16KRows { int get(); void set(int value); }

    Property Value

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

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

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