ImageData Methods

The ImageData type exposes the following members.

Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodCode exampleSave(Stream)
Saves the image into the specified stream.
Public methodCode exampleSave(String)
Saves the image into a file.
Public methodCode exampleSetImage(Image)
Sets the image that the shape displays.
Public methodCode exampleSetImage(Stream)
Sets the image that the shape displays.
Public methodCode exampleSetImage(String)
Sets the image that the shape displays.
Public methodCode exampleToByteArray
Returns image bytes for any image regardless whether the image is stored or linked.
Public methodCode exampleToImage
Gets the image stored in the shape as a Image object.
Public methodCode exampleToStream
Creates and returns a stream that contains the image bytes.
Public methodToString (Inherited from Object.)
See Also