IDAutomation Maxicode Forms Control

Maxicode.SaveImageAs Method 

Saves the image to the specified location as the specified file type

[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 of image
imageFmt
ImageFormat object specifying the type of image

Return Value

True if successful, otherwise false

See Also

Maxicode Class | IDAutomation.Windows.Forms.Maxicode Namespace