Share via


IImage Members

Include Protected Members
Include Inherited Members

Represents an interface defining the common properties for an image.

The IImage type exposes the following members.

Properties

  Name Description
Public property ImageData Returns the image as binary data.
Public property MIMEType Returns the MIME type of the image, if any.
Public property StreamName Gets a name for the image that can be passed back to a CreateAndRegisterStream object to get the bytes without processing them through the rendering extension.

Top