Click or drag to resize
ResultImageItemImageInfo Class

» Asprise Scan Home · Developer's Guide

Corresponding to TWAIN's TW_IMAGEINFO struct
Inheritance Hierarchy
SystemObject
  asprise_imaging_apiResultImageItemImageInfo

Namespace: asprise_imaging_api
Assembly: asprise-imaging-scan.net-api (in asprise-imaging-scan.net-api.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class ImageInfo

The ResultImageItemImageInfo type exposes the following members.

Constructors
  NameDescription
Public methodResultImageItemImageInfo
Initializes a new instance of the ResultImageItemImageInfo class
Public methodResultImageItemImageInfo(XElement)
Initializes a new instance of the ResultImageItemImageInfo class
Top
Methods
  NameDescription
Public methodStatic membercreateImageInfo
Deserialize from JSON.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString (Overrides ObjectToString.)
Top
Fields
  NameDescription
Public fieldBitsPerPixel
Impacted by cap: ICAP_BITDEPTH
Public fieldBitsPerSample
Calculated by BitsPerPixel divided by SamplesPerPixel.
Public fieldCompression
Impacted by cap: ICAP_COMPRESSION
Public fieldImageLength
Impacted by cap: TW_IMAGELAYOUT.TW_FRAME.Bottom - TW_FRAME.Top
Public fieldImageWidth
Impacted by cap: TW_IMAGELAYOUT.TW_FRAME.Right - TW_FRAME.Left
Public fieldPixelType
Impacted by cap: ICAP_PIXELTYPE
Public fieldPlanar
Impacted by cap: ICAP_PLANARCHUNKY
Public fieldSamplesPerPixel
Impacted by cap: ICAP_PIXELTYPE (i.e. TWPT_BW has 1, TWPT_RGB has 3)
Public fieldXResolution
Impacted by cap: ICAP_XRESOLUTION
Public fieldYResolution
Impacted by cap: ICAP_YRESOLUTION
Top
See Also