VintaSoft Barcode .NET SDK 15.1: 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; }
    
    
    public: __property int get_minWidth();
    public: __property void set_minWidth(
    int value
    );
    public:
    property int minWidth { int get(); void set(int value); }

    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: .NET9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5

    See Also