BarcodeWebImageSaveImage Method (Stream, ImageFormat, Size, Int32, Int32)
 Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
 Saves the image with barcode into given stream.
Namespace:Bytescout.BarCodeAssembly: Bytescout.BarCode (in Bytescout.BarCode.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