IDAutomation PDF417 Forms Control

PDF417Barcode.SaveImageAs Method 

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

[Visual Basic]
Public Function SaveImageAs( _
   ByVal FileNameAndPath As String, _
   ByVal imageFmt As ImageFormat _
) As Boolean
[C#]
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

PDF417Barcode Class | IDAutomation.Windows.Forms.PDF417Barcode Namespace