minWidth Property (WebBarcodeWriteRequestParams)
Gets or sets the width (and height for 2D barcodes), in pixels, of single block.
'Declaration
Public Property minWidth As Integer
public int minWidth { get; set; }
public: __property int get_minWidth();
public: __property void set_minWidth(
int
);
public:
property int minWidth {
int get();
void set(int );
}
Property Value
Minimum value is 2. Default value is 3.
Single block for 1D barcodes - single bar.
Single block for 2D barcodes - single bar or single row.
Target Platforms: .NET9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5