VintaSoft Barcode .NET SDK 15.1: 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
    
    <CategoryAttribute("1D Barcodes")>
    <DefaultValueAttribute(100)>
    <DescriptionAttribute("Height, in pixels, of 1D barcode.")>
    Public Property Height As Integer
    
    
    [Category("1D Barcodes")]
    [DefaultValue(100)]
    [Description("Height, in pixels, of 1D barcode.")]
    public int Height { get; set; }
    
    
    [Category("1D Barcodes")]
    [DefaultValue(100)]
    [Description("Height, in pixels, of 1D barcode.")]
    public: __property int get_Height();
    public: __property void set_Height(
    int value
    );
    [Category("1D Barcodes")]
    [DefaultValue(100)]
    [Description("Height, in pixels, of 1D barcode.")]
    public:
    property int Height { int get(); void set(int value); }

    Property Value

    Mimimal value is 3, maximum value is 4096. Default value is 100.
    Requirements

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

    See Also