Click or drag to resize

PnmImageInfo Properties

The PnmImageInfo type exposes the following members.

Properties
  NameDescription
Public propertyColorDepth
The bits per pixel of the image, as loaded.
(Inherited from ImageInfo.)
Public propertyFormat
Gets the PNM Format.
Public propertyFrameCount
The number of frames/images/pages in the file.
(Inherited from ImageInfo.)
Public propertyImageType Obsolete.
The file format.
(Inherited from ImageInfo.)
Public propertyMaxValue
Gets the maximum pixel value, as specified in the file.
Public propertyPixelFormat
The PixelFormat of the image, as loaded.
(Inherited from ImageInfo.)
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