Link Search Menu Expand Document

BarcodeWebImageFitInto Method (Int32, Int32)

IMPORTANT: Call this method AFTER setting the barcode value. Fits the barcode into the area of size specified in pixels. Calling this method will change output size of the barcode. Barcode size will be increased in order to occupy all of the area.

Namespace:Bytescout.BarCode
Assembly: Bytescout.BarCode (in Bytescout.BarCode.dll) Version: 7.6.3.1256-master
Syntax
public void FitInto(
	int width,
	int height
)

Parameters

width
Type: SystemInt32
The width of the area.
height
Type: SystemInt32
The height of the area.

Implements

IBarcodeFitInto(Int32, Int32)
See Also

Reference