[][src]Module image_capture_core::scanner_functional_units

Enums

ICScannerBitDepth

Bits per channel in the scanned image. This corresponds to values used for ICAP_UNITS as defined in the TWAIN Specification.

ICScannerColorDataFormatType

Bits per channel in the scanned image. This corresponds to values used for ICAP_UNITS as defined in the TWAIN Specification.

ICScannerDocumentType

Document size types. Corresponds to "ICAP_SUPPORTEDSIZES" used by the Image Catpure scanner modules.

ICScannerFeatureType

Scanner Feature Types

ICScannerFunctionalUnitState

A flag to indicate the scanner functional unit's state

ICScannerFunctionalUnitType

Scanner Functional Unit Types

ICScannerMeasurementUnit

Unit of measurement used by the scanner. This corresponds to values used for ICAP_UNITS as defined in the TWAIN Specification.

ICScannerPixelDataType

Pixel data types. Corresponds to "ICAP_PIXELTYPE" of the TWAIN Specification.

Traits

ICScannerFeature

ICScannerFeature class is an abstract base class used to describe a scanner feature.

ICScannerFeatureBoolean

ICScannerFeatureBoolean object is used to represent a property of a scanner functional unit whose value can be YES or NO.

ICScannerFeatureEnumeration

ICScannerFeature class is an abstract base class used to describe a scanner feature.

ICScannerFeatureRange

ICScannerFeatureRange object is used to represent a property of a scanner functional unit whose value lies within a range.

ICScannerFeatureTemplate

ICScannerFeatureTemplate object is used to define a group of one or more rectangular scan areas that can be used with a scanner functional unit.

ICScannerFunctionalUnit

ICScannerFunctionalUnit is an abstract class that represents a scanner functiona unit. ImageCaptureCore defines three concrete subclasses of ICScannerFunctionalUnit: ICScannerFunctionalUnitFlatbed, ICScannerFunctionalUnitPositiveTransparency, ICScannerFunctionalUnitNegativeTransparency and ICScannerFunctionalUnitDocumentFeeder. ICScannerDevice creates instances of these concrete subclasses.

ICScannerFunctionalUnitDocumentFeeder

ICScannerFunctionalUnitDocumentFeeder is a concrete subclass of ICScannerFunctionalUnit class. ICScannerDevice creates instances of this class.

ICScannerFunctionalUnitFlatbed

ICScannerFunctionalUnitFlatbed is a concrete subclass of ICScannerFunctionalUnit class. ICScannerDevice creates instances of this class.

ICScannerFunctionalUnitNegativeTransparency

ICScannerFunctionalUnitNegativeTransparency is a concrete subclass of ICScannerFunctionalUnit class. ICScannerDevice creates instances of this class.

ICScannerFunctionalUnitPositiveTransparency

ICScannerFunctionalUnitPositiveTransparency is a concrete subclass of ICScannerFunctionalUnit class. ICScannerDevice creates instances of this class.