VintaSoft Barcode .NET SDK 16.0: Documentation for Web developer
Vintasoft.Barcode.Web.Services Namespace / WebBarcodeWriteRequestParams Class / minWidth Property
Syntax Remarks Requirements SeeAlso
In This Topic
minWidth Property (WebBarcodeWriteRequestParams)
In This Topic
Gets or sets the width (and height for 2D barcodes), in pixels, of single block.
Syntax
'Declaration

Public Property minWidth As Integer

public int minWidth { get; set; }

Property Value

Minimum value is 2. Default value is 3.
Remarks

Single block for 1D barcodes - single bar.
Single block for 2D barcodes - single bar or single row.

Requirements

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

See Also