WIA_IPS_PRINTER_ENDORSER_GRAPHICS_UPLOAD

The WIA_IPS_PRINTER_ENDORSER_GRAPHICS_UPLOAD property is used to report whether the Imprinter/Endorser item supports upload image (graphic) data transfers. This property is initialized and maintained by the WIA minidriver.

Property Type: VT_I4 (Boolean)

Valid Values: WIA_PROP_NONE

Access Rights: Read-only

Remarks

If the current value of this property is set to a nonzero value (True), it means that the WIA minidriver supports receiving image data that is uploaded to it by the WIA application client. The transfer file format is described by the WIA_IPA_FORMAT and WIA_IPA_TYMED properties implemented on the same Imprinter/Endorser item.

This property is required and valid for all Imprinter/Endorser items that report a nonzero value (True) for WIA_IPS_PRINTER_ENDORSER_GRAPHICS, but it can be implemented to always report a 0 value (False). The property is invalid otherwise.

Requirements

Header: wiadef.h (include Wiadef.h)