Click or drag to resize

ImageInfo Class

This property returns a reference to the ImageInfo object which contains information about the image.
Inheritance Hierarchy

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public class ImageInfo : IproPlusClass, IDisposable

The ImageInfo type exposes the following members.

Constructors
  NameDescription
Public methodImageInfo
Initializes a new instance of the ImageInfo class
Top
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
Methods
  NameDescription
Public methodDispose
Releases all resources used by the ImageInfo
Top
See Also