ASP Painter
Home
Home
Samples
Samples
Purchase
Purchase
Download
Download
Documentation
Documentation


ASPPainter SaveToFile

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:



Load file
Load BMP, Load GIF, Load Jpeg, Load PNG, Load Tiff



home samples purchase documentation download