VintaSoft Barcode .NET SDK 16.0: Documentation for .NET developer
Vintasoft.Barcode Namespace / WriterSettings Class / Code16KRows Property
Syntax Requirements SeeAlso
In This Topic
Code16KRows Property (WriterSettings)
In This Topic
Gets or sets Code 16K row count.
Syntax
'Declaration

<DefaultValueAttribute(0)>
<CategoryAttribute("1D Barcodes")>
<DescriptionAttribute("Code 16K row count.
Default value is 0 (row count calculated automatically).")>
Public Property Code16KRows As Integer

[DefaultValue(0)]
[Category("1D Barcodes")]
[Description("Code 16K row count.
Default value is 0 (row count calculated automatically).")]
public int Code16KRows { get; set; }

Property Value

Minimum value is 2, maximum value is 16. Default value is 0 (row count calculated automatically).
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also