VintaSoft Barcode .NET SDK 16.0: Documentation for .NET developer
Vintasoft.Barcode Namespace / WriterSettings Class / Height Property
Syntax Requirements SeeAlso
In This Topic
Height Property (WriterSettings)
In This Topic
Gets or sets the height, in pixels, of 1D barcode.
Syntax
'Declaration

<DefaultValueAttribute(100)>
<DescriptionAttribute("Height, in pixels, of 1D barcode.")>
<CategoryAttribute("1D Barcodes")>
Public Property Height As Integer

[DefaultValue(100)]
[Description("Height, in pixels, of 1D barcode.")]
[Category("1D Barcodes")]
public int Height { get; set; }

Property Value

Mimimal value is 3, maximum value is 4096. Default value is 100.
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