Link Search Menu Expand Document

IBarcodeSaveImage Method (Stream, ImageFormat)

Saves the barcode image to specified stream.

Namespace:Bytescout.BarCode
Assembly: Bytescout.BarCode (in Bytescout.BarCode.dll) Version: 7.6.3.1256-master
Syntax
void SaveImage(
	Stream stream,
	ImageFormat imageFormat
)

Parameters

stream
Type: System.IOStream
The stream to save barcode to.
imageFormat
Type: System.Drawing.ImagingImageFormat
Format of the barcode image.
See Also

Reference