ImageComposerSaveComposedImage Method (String, ImageFormat)ByteScout Barcode SDK
Saves composed image to a file.

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

public void SaveComposedImage(
	string fileName,
	ImageFormat imageFormat
)

Parameters

fileName
Type: SystemString
Output image file path.
imageFormat
Type: System.Drawing.ImagingImageFormat
ImageFormat to save.
See Also

Reference