Link Search Menu Expand Document

BarcodeControlSaveImage Method (String, ImageFormat)

Saves the barcode image to file.

Namespace:Bytescout.BarCode
Assembly: Bytescout.BarCode.WinForms (in Bytescout.BarCode.WinForms.dll) Version: 7.6.3.1256-master
Syntax
public void SaveImage(
	string fileName,
	ImageFormat imageFormat
)

Parameters

fileName
Type: SystemString
Name of the file to save barcode to.
imageFormat
Type: System.Drawing.ImagingImageFormat
Format of the barcode image.

Implements

IBarcodeSaveImage(String, ImageFormat)
See Also

Reference