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


ASPPainter LoadFile

LoadFile Statement:

Read image from file

Object.LoadFile (fileName)

Parameters:

fileName- Full path to the image file. fileName has String object type

Sample:
object.SetFormat 3
object.LoadFile ("C:/test.gif")

This method loads an image from a file. LoadFile method initializes GDI+ library if it has not been initialized earlier.

See also

LoadFile,SaveToFile ,SetFormat

More samples:



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



home samples purchase documentation download