BarcodeSaveImage Method (String, 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 barcode image to file.
Namespace:Bytescout.BarCodeAssembly: Bytescout.BarCode (in Bytescout.BarCode.dll) Version: 7.6.3.1256-master
Syntax
public void SaveImage( string fileName, ImageFormat format, Size areaSize, int imageLeft, int imageTop )
Parameters
- fileName
- Type: SystemString
Name of the file to save barcode to. - format
- Type: System.Drawing.ImagingImageFormat
The format of the image (may be different then implied by the file name extension). - 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(String, ImageFormat, Size, Int32, Int32)See Also