Click or drag to resize

ImageInfo Properties

The ImageInfo type exposes the following members.

Properties
  NameDescription
Public propertyBitsPerPixel
This property sets/returns the number of bits used to represent a single pixel.
Public propertyBytesPerLine
This property returns the number of bytes per line in the image.
Public propertyDPIX
This property sets/returns the horizontal image resolution.
Public propertyDPIY
This property sets/returns the vertical image resolution.
Public propertyHeight
This property sets/returns the height of the image in pixels.
Public propertyWidth
This property sets/returns the width of the image in pixels.
Top
See Also