Link Search Menu Expand Document

QRCodeSaveImage Method (String, ImageFormat)

Saves the barcode image to file.

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

Parameters

fileName
Type: SystemString
File name to save barcode to.
imageFormat
Type: System.Drawing.ImagingImageFormat
Format of the barcode image.
See Also

Reference