Click or drag to resize
ResultImageItem Class

» Asprise Scan Home · Developer's Guide

Info and metadata about the image scanned.
Inheritance Hierarchy
SystemObject
  asprise_imaging_apiResultImageItem

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 ResultImageItem

The ResultImageItem type exposes the following members.

Constructors
  NameDescription
Public methodResultImageItem
Initializes a new instance of the ResultImageItem class
Top
Methods
  NameDescription
Public methodStatic membercreateScanResultImageItem
Deserialize from JSON.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetAcquiredOn
The acquisition time in epoch second or 0 if not available.
Public methodGetBarcodes
List of barcodes recognized on the image.
Public methodGetCap
Retrieves the value of the given cap.
Public methodgetCaps
Caps in key(cap name)-value map.
Public methodGetExtendedImageAttr
Retrieves the value of the given attribute.
Public methodgetExtendedImageAttrs
Extended image attributes in key(extended image attribute name)-value map.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetImageInfo
Image info if available.
Public methodGetImageInfoBitDepth
Gets the bit depth (bits per pixel).
Public methodGetImageInfoHeight
Gets the image height.
Public methodGetImageInfoPixelType
Gets pixel type.
Public methodGetImageInfoResolution
Gets the image resolution in x direction.
Public methodGetImageInfoWidth
Gets the image width.
Public methodGetImageLayout
Image layout if available.
Public methodGetImageLayoutDocumentNumber
Gets the document number.
Public methodGetImageLayoutFrame
Gets the frame location (left, top, right, bottom) in unit TwainConstants#ICAP_UNITS.
Public methodGetImageLayoutFrameNumber
Gets the frame number.
Public methodGetImageLayoutPageNumber
Gets the page number.
Public methodGetInkCoverage
Ink coverage - available only if blank page detection is enabled.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsBlank
Whether it is blank - available only if blank page detection is enabled.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also