Image Result Edit Interface
Members
Name | Description | |
---|---|---|
Height | The height of the image in pixels. | |
MimeData | Binary data representing the generated image. | |
MimeType | The MIME type of the generated image. | |
ReferenceDPI | The device resolution of the image specified in the request. | |
URL | The URL of the generated image. | |
Width | The width of the image in pixels. |
IImageResultEdit.Height Property
The height of the image in pixels.
Public WriteOnly Property Height
public void Height {set;}
IImageResultEdit.MimeData Property
Binary data representing the generated image.
Public WriteOnly Property MimeData
public void MimeData {set;}
IImageResultEdit.MimeType Property
The MIME type of the generated image.
Public WriteOnly Property MimeType
public void MimeType {set;}
IImageResultEdit.ReferenceDPI Property
The device resolution of the image specified in the request.
Public WriteOnly Property ReferenceDPI
public void ReferenceDPI {set;}
IImageResultEdit.URL Property
The URL of the generated image.
Public WriteOnly Property URL
public void URL {set;}
IImageResultEdit.Width Property
The width of the image in pixels.
Public WriteOnly Property Width
public void Width {set;}
Classes that implement IImageResultEdit
Classes | Description |
---|---|
MapImage | The Map Image coclass contains information about the generated map image. |