| Name | Description |
 | BitsPerPixel | Gets the bits per pixel of the image. |
 | BytesPerLine | Gets the number of bytes per scanline for the image data. |
 | ColorSpace | Gets the color space of the image. |
 | Compression | Gets the compression of the image file. |
 | Document | Gets extra information about the image if the file is a document format. |
 | Fax | Gets extra information about the image if the file format is FAX. |
 | Format | Gets the image file format. |
 | Gif | Gets extra information about the image if the file format is GIF. |
 | HasAlpha | Determines whether or not the image contains alpha channel information. |
 | HasResolution | Determines whether or not the file has resolution values (DPI) stored inside. |
 | Height | Gets the height of the image in pixels. |
 | IsLink | Determines whether or not the file is an image file or a link to an image file. |
 | IsLoading | Gets a value that determines whether this CodecsImageInfo object is still loading. |
 | IsRotated | Determines whether or not the image has a rotated view perspective. |
 | IsSigned | Determines whether or not the image data is signed. |
 | Jpeg | Gets extra information about the image if the file format is JPEG or LEAD CMP. |
 | Name | Gets the file name. |
 | Order | Gets the byte order of the image. |
 | PageNumber | Gets the page number of the file. |
 | Psd | Gets extra information about the image if the file format is PSD. |
 | SizeDisk | Gets the size of the image file on disk. |
 | SizeMemory | Gets the size of the image when loaded uncompressed in memory. |
 | Tiff | Gets extra information about the image if the file format is TIFF. |
 | TotalPages | Gets the total number of pages in the file. |
 | Vector | Gets extra information about the image if the file is a vector format. |
 | ViewPerspective | Gets the view perspective of the image. |
 | Width | Gets the width of the image in pixels. |
 | XResolution | Gets the horizontal resolution (DPI) of the image. |
 | YResolution | Gets the vertical resolution (DPI) of the image. |