ImageType ClassTerminal Works - TwainScanning.Net Library
Class that represents a collection of ImageType capabilities supported by device.
Inheritance Hierarchy

SystemObject
  TwainScanning.CapabilityCapSetBase
    TwainScanning.Capability.CapabilitySetsImageType

Namespace: TwainScanning.Capability.CapabilitySets
Assembly: TwainScanning (in TwainScanning.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax

public class ImageType : CapSetBase

The ImageType type exposes the following members.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetCapabilities (Inherited from CapSetBase.)
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.)
Protected methodMakeCapT (Inherited from CapSetBase.)
Protected methodMakeCapArrT (Inherited from CapSetBase.)
Protected methodMakeCapReadOnlyT (Inherited from CapSetBase.)
Protected methodMakeCapReadOnlyArrayT
(Inherited from CapSetBase.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Properties

  NameDescription
Public propertyBitDepth
Specifies the pixel bit depths for the Current value of PixelType. ICAP_BITDEPTH
Public propertyBitDepthReduction
Specifies the Reduction Method the Source should use to reduce the bit depth of the data. Most commonly used with PixelType = BW to reduce gray data to black and white. ICAP_BITDEPTHREDUCTION
Public propertyBitOrder
Specifies how the bytes in an image are filled by the Source. MsbFirst indicates that the leftmost bit in the byte (usually bit 7) is the byte’s Most Significant Bit. ICAP_BITORDER
Public propertyCustHalftone
Specifies the square-cell halftone (dithering) matrix the Source should use to halftone the image. ICAP_CUSTHALFTONE
Public propertyHalftones
A list of names of the halftone patterns available within the Source. ICAP_HALFTONES
Public propertyPixelFlawor
Sense of the pixel whose numeric value is zero. ICAP_PIXELFLAVOR
Public propertyPixelType
The type of pixel data (B/W, gray, color, etc.). ICAP_PIXELTYPE
Public propertyThreshold
Specifies the dividing line between black and white. This is the value the Source will use to threshold, if needed, when PixelType = BW. ICAP_THRESHOLD
Top
See Also

Reference