Expand Minimize
This topic has not yet been rated - Rate this topic

WIA_DPS_DOCUMENT_HANDLING_CAPABILITIES

The WIA_DPS_DOCUMENT_HANDLING_CAPABILITIES property contains the capabilities of a scanner.

Property Type: VT_I4

Valid Values: WIA_PROP_NONE

Access Rights: Read-only

Remarks

An application reads the WIA_DPS_DOCUMENT_HANDLING_CAPABILITIES property to determine whether a scanner has a flatbed, document feeder, or duplexer installed. You can also use this property to further define the installed features. The WIA minidriver creates and maintains this property.

The following table describes the constants that are valid with Windows 8 only.

ValueDefinition

IMPRINTER

Imprinter

ENDORSER

Endorser

BARCODE_READER

Barcode Reader

PATCH_CODE_READER

Patch Code Reader

MICR_READER

MICR Reader

 

The following table describes the constants that are valid with Windows 7 only.

ValueDefinition

AUTO_SOURCE

The device supports auto-configured scanning.

 

The following table describes the constants that are valid with Windows 7 and Windows Vista, but not with Windows XP.

ValueDefinition

ADVANCED_DUP

The device supports advanced duplex scan configuration, independently on each document size.

DETECT_FILM_TPA

The scanner can detect when the transparency or film scanning adapter is ready to scan.

DETECT_STOR

The scanner can detect when there is a document in the internal storage.

FILM_TPA

The scanner has a transparency or film scanning adapter.

STOR

The scanner is equipped with an internal storage device.

 

The following table describes the constants that are valid with Windows 7, Windows Vista, and Windows XP.

ValueDefinition

DETECT_FEED

The scanner can detect a document in the feeder.

DETECT_FLAT

The scanner can detect a document on the flatbed platen.

DETECT_SCAN

The scanner can detect a document in the feeder only by scanning.

DUP

The scanner has a duplexer.

FEED

The scanner has a document feeder installed.

FLAT

The scanner has a flatbed platen.

 

The following table describes the constants that are valid with Windows XP only; these flags are obsolete for Windows 7 and Windows Vista and should not be used.

ValueDefinition

DETECT_DUP

The scanner can detect a duplex scan request from a user.

DETECT_DUP_AVAIL

The scanner can detect when a duplexer is installed.

DETECT_FEED_AVAIL

The scanner can detect when a document feeder is installed.

 

Requirements

Header

Wiadef.h (include Wiadef.h)

 

 

Send comments about this topic to Microsoft

Build date: 10/26/2012

© 2013 Microsoft. All rights reserved.