[]
Retrieves image information from the specified source.
ImageInfo GetImageInfo(ImageSource imageSource, string mimeType, object value)
Type | Name | Description |
---|---|---|
ImageSource | imageSource | The source of the image. |
string | mimeType | The MIME type of the image. |
object | value | The value associated with the image. |
Type | Description |
---|---|
ImageInfo | An ImageInfo object containing the image information. |