[]
Represents information about an image.
public class ImageInfo
| Name | Description |
|---|---|
| ImageInfo() | Initializes a new instance of the ImageInfo class. |
| ImageInfo(Stream, string) | Initializes a new instance of the ImageInfo struct. |
| Name | Description |
|---|---|
| MimeType | Gets the MIME type of the image. |
| Stream | Gets the stream that contains the image data. |
| Name | Description |
|---|---|
| Equals(ImageInfo) | Determines whether the specified ImageInfo is equal to the current ImageInfo. |
| Equals(object) | Determines whether the specified object is equal to the current ImageInfo. |
| GetHashCode() | Serves as the default hash function. |