Click or drag to resize

JpegImageInfo Properties

The JpegImageInfo type exposes the following members.

Properties
  NameDescription
Public propertyArithmetic
Gets a value indicating if the Jpeg is encoded with arithmetic compression.
Public propertyColorDepth
The bits per pixel of the image, as loaded.
(Inherited from ImageInfo.)
Public propertyFrameCount
The number of frames/images/pages in the file.
(Inherited from ImageInfo.)
Public propertyImageType Obsolete.
The file format.
(Inherited from ImageInfo.)
Public propertyPixelFormat
The PixelFormat of the image, as loaded.
(Inherited from ImageInfo.)
Public propertyProgressive
Gets a value indicating if the Jpeg is encoded progressively.
Public propertyResolution
The image resolution, usually in dots per inch.
(Inherited from ImageInfo.)
Public propertySize
The width and height of the image, as loaded.
(Inherited from ImageInfo.)
Top
See Also