ImageSaver
Previous  

The ImageSaver object provides the following method and property.

Method

New1 : Creates a new ImageSaver object.

SaveImage(Image As Image, PathName As String,  Format As String) : Saves an image to a  file as the PathName specified in the Format specified. Note that a file extension is not added and must be specified as part of the PathName. The file formats are"J" for jpg : "B" for bmp : "G" for gif : "P" for png. Anything else is saved as jpg. NOte that only "B" is valid on the device.


Property

I signifies readable, O signifies settable.


Dllversion : Double [I] : The version number of this library.