BarcodeSaveImage Method (String, ImageFormat, Size, Int32, Int32)ByteScout Barcode SDK
Saves the barcode image to file.

Namespace:  Bytescout.BarCode
Assembly:  Bytescout.BarCode (in Bytescout.BarCode.dll) Version: 7.6.3.1256-master
Syntax

public void SaveImage(
	string fileName,
	ImageFormat format,
	Size areaSize,
	int imageLeft,
	int imageTop
)

Parameters

fileName
Type: SystemString
Name of the file to save barcode to.
format
Type: System.Drawing.ImagingImageFormat
The format of the image (may be different then implied by the file name extension).
areaSize
Type: System.DrawingSize
Size of the area containing image.
imageLeft
Type: SystemInt32
The image leftmost position within area.
imageTop
Type: SystemInt32
The image topmost position within area.

Implements

IBarcodeSaveImage(String, ImageFormat, Size, Int32, Int32)
See Also

Reference