QRCodeSaveImage Method (String, ImageFormat)ByteScout QR Code SDK
Saves the barcode image to file.

Namespace:  Bytescout.BarCode
Assembly:  Bytescout.BarCode.QRCode (in Bytescout.BarCode.QRCode.dll) Version: 2.0.2.1237-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