BarcodeSaveImage Method (String, ImageFormat)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 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