Previous topic

ImageIsFrame

Next topic

ImageSetFileName

This Page

ImageSaveAsΒΆ

ImageSaveAs saves the picture in its orignal format as a file.

bool = ImageSaveAs(hImg, ssFileName)

Return Value

If the function succeeds, the return value is TRUE (1); otherwise it is FALSE (0).

Parameters

hImg

Identifies the image.

ssFileName

ssFileName is the complete filename.

id-1357194