BarcodeFitInto Method (Size)ByteScout Barcode SDK
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(
	Size size
)

Parameters

size
Type: System.DrawingSize
The size of the area to fit the barcode into.

Implements

IBarcodeFitInto(Size)
See Also

Reference