SaveToFile Statement:
Write image to file
Object.SaveToFile
(fileName)
|
Parameters:
fileName- Full path to the image file. fileName has String object type
|
Sample:
object.SetFormat
3
object.SaveToFile
("C:/test.gif")
This method saves image to a file.
See also
LoadFile,SaveToFile
,SetFormat
More samples:
|