ImageSaveAsΒΆ

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

bool = ImageSaveAs(hImg, ssFileName)
bool = ImageSaveAs(hImg, ssFileName, ssEncoding, dpi, quality)

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.

ssEncoding

ssEncoding ist einer der folgenden Strings: "png", "jpg", "gif", "tif", "bmp".

dpi

dpi

quality

quality

History

Version Description
R2018  
4.0 New.

id-1357194