ImageResult

A class that contains information about an image generated by a service.

Property

Type

Description

ImageData

byte[]

If image data is returned in binary format, this property contains the binary data.

ImageDPI

double

The pixels per inch value used to generate the image.

ImageHeight

int

The image height in pixels.

ImageURL

string

If an image is generated on the server and place in a public virtual directory, this property contains the URL to the image.

ImageWidth

int

The image width in pixels.

11/8/2016