BarcodeControlSaveImage Method (Stream, ImageFormat, Size, Int32, Int32)ByteScout Barcode SDK
Saves the image with barcode into given stream.

Namespace:  Bytescout.BarCode
Assembly:  Bytescout.BarCode.WinForms (in Bytescout.BarCode.WinForms.dll) Version: 7.6.3.1256-master
Syntax

public void SaveImage(
	Stream stream,
	ImageFormat format,
	Size areaSize,
	int imageLeft,
	int imageTop
)

Parameters

stream
Type: System.IOStream
The stream to save barcode to.
format
Type: System.Drawing.ImagingImageFormat
The image format of the barcode.
areaSize
Type: System.DrawingSize
Size of the area containing image.
imageLeft
Type: SystemInt32
The image leftmost position within area.
imageTop
Type: SystemInt32
The image topmost position within area.

Implements

IBarcodeSaveImage(Stream, ImageFormat, Size, Int32, Int32)
See Also

Reference