Image Property
Sets the image managed by this ImageInfo.
Syntax
public System.Drawing.Image Image {get; set;}Public Property Image As System.Drawing.ImageRemarks
When the Set operation is performed, the ImageInfo object takes ownership of the image and will Dispose it when the ImageInfo goes out of scope. To get the Image associated with this ImageInfo, use the GetImage method.