IDAutomation Linear Forms Control API

Barcode.SaveImageAs Method 

Saves the BMP Picture property to the specified location in the specified format.

public bool SaveImageAs(
   string FileNameAndPath,
   ImageFormat imageFmt
);

Parameters

FileNameAndPath
Path and File name for the file
imageFmt
The format of the image to be saved.

Return Value

See Also

Barcode Class | IDAutomation.Windows.Forms.LinearBarCode Namespace