JpegImageInfo Class |
Namespace: Atalasoft.Imaging.Codec
The JpegImageInfo type exposes the following members.
| Name | Description | |
|---|---|---|
| JpegImageInfo | Initialize a new instance of a %JpegImageInfo%. | |
| JpegImageInfo(Size, Int32, ImageType, Dpi, PixelFormat, Boolean, Boolean) | Initialize a new instance of a JpegImageInfo specifying it's properties. |
| Name | Description | |
|---|---|---|
| Arithmetic | Gets a value indicating if the Jpeg is encoded with arithmetic compression. | |
| ColorDepth | The bits per pixel of the image, as loaded. (Inherited from ImageInfo.) | |
| FrameCount | The number of frames/images/pages in the file. (Inherited from ImageInfo.) | |
| ImageType | Obsolete. The file format. (Inherited from ImageInfo.) | |
| PixelFormat | The PixelFormat of the image, as loaded. (Inherited from ImageInfo.) | |
| Progressive | Gets a value indicating if the Jpeg is encoded progressively. | |
| Resolution | The image resolution, usually in dots per inch. (Inherited from ImageInfo.) | |
| Size | The width and height of the image, as loaded. (Inherited from ImageInfo.) |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString |
Returns a String that represents this instance.
(Inherited from ImageInfo.) |