ImageInfo Class |
Namespace: Atalasoft.Imaging.Codec
The ImageInfo type exposes the following members.
Name | Description | |
---|---|---|
![]() | ImageInfo(Size, Int32, ImageType, Dpi, PixelFormat) | Initialize a new instance of ImageInfo specifying its properties. |
![]() | ImageInfo(Size, Int32, ImageType, Dpi, PixelFormat, Int32) | Initialize a new instance of ImageInfo specifying its properties for a multi-frame image. |
Name | Description | |
---|---|---|
![]() | ColorDepth | The bits per pixel of the image, as loaded. |
![]() | FrameCount | The number of frames/images/pages in the file. |
![]() | ImageType | Obsolete. The file format. |
![]() | PixelFormat | The PixelFormat of the image, as loaded. |
![]() | Resolution | The image resolution, usually in dots per inch. |
![]() | Size | The width and height of the image, as loaded. |
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.
(Overrides Object.ToString().) |