WIA_IPA_FORMAT
La propriété WIA_IPA_FORMAT contient le format actuel de l’image sur le point d’être transférée. Le minidriver WIA crée et gère cette propriété.
Type de propriété : VT_CLSID
Valeurs valides : WIA_PROP_LIST
Droits d’accès : lecture/écriture
Remarques
Si vous pouvez définir l’appareil sur une seule valeur, créez un type WIA_PROP_LIST et placez-y la valeur valide.
Pour Windows 8 et versions ultérieures de Windows, les valeurs suivantes ont été ajoutées pour la propriété WIA_IPA_FORMAT :
WiaImgFmt_CSV
WiaImgFmt_JBIG2
WiaImgFmt_RawBar
WiaImgFmt_RawMic
WiaImgFmt_RawPat
WiaImgFmt_XmlBar
WiaImgFmt_XmlMic
WiaImgFmt_XmlPat
Pour les formats WiaImgFmt_PDFA et WiaImgFmt_XPS, les pilotes doivent prendre en charge toute valeur WIA_IPA_COMPRESSION . Pour ces deux formats, la valeur de WIA_IPA_COMPRESSION par défaut, WIA_COMPRESSION_NONE, signifie « non défini ». Le scanneur (ou le pilote, où le fichier PDF/A ou XPS est généré) doit choisir le mode de compression interne utilisé pour les données d’image.
Le tableau suivant décrit les constantes valides avec WIA_IPA_FORMAT.
Format | Description |
---|---|
WiaAudFmt_AIFF | Format audio AIFF |
WiaAudFmt_MP3 | Format audio MP3 |
WiaAudFmt_WAV | Format audio WAV |
WiaAudFmt_WMA | Format audio WMA |
WiaImgFmt_ASF | Format vidéo ASF |
WiaImgFmt_AVI | Format vidéo AVI |
WiaImgFmt_BMP | Fichier DIB (Device Independent Bitmap) Windows |
WiaImgFmt_CIFF | Format de fichier d’image de l’appareil photo |
WiaImgFmt_CSV | Fichier séparé par des virgules |
WiaImgFmt_DPOF | Format d’impression DPOF |
WiaImgFmt_EMF | Métafichier Windows étendu |
WiaImgFmt_EXEC | Fichier exécutable |
WiaImgFmt_EXIF | Format de fichier échangeable |
WiaImgFmt_FLASHPIX | Format FlashPix |
WiaImgFmt_GIF | Format d’image GIF |
WiaImgFmt_HTML | Format HTML |
WiaImgFmt_ICO | Format de fichier d’icône Windows |
WiaImgFmt_JBIG | Format de groupe d’experts en image bi-niveau conjoints |
WiaImgFmt_JBIG2 | Format de groupe conjoint d’experts en image bi-niveau (version 2) |
WiaImgFmt_JPEG | Format compressé JPEG |
WiaImgFmt_JPEG2K | Format compressé JPEG 2000 |
WiaImgFmt_JPEG2KX | Format compressé JPEG 2000 |
WiaImgFmt_MEMORYBMP | Bitmap Windows sans fichier d’en-tête |
WiaImgFmt_MPG | Format vidéo MPEG |
WiaImgFmt_PHOTOCD | Format de fichier Eastman Kodak |
WiaImgFmt_PDFA | Format PDF/A (ISO/CD 19005-1) |
WiaImgFmt_PICT | Format de fichier Apple |
WiaImgFmt_PNG | Format PNG W3C |
WiaImgFmt_RAW | Format de fichier image RAW WIA uniquement pour les transferts de données |
WiaImgFmt_RawBar | Format brut des métadonnées de code-barres WIA |
WiaImgFmt_RawMic | Format brut des métadonnées WIA MICR |
WiaImgFmt_RawPat | WIA Patch Code Metadata Raw Format |
WiaImgFmt_RAWRGB | Format RVB brut |
WiaImgFmt_RTF | Format de fichier de texte enrichi |
WiaImgFmt_SCRIPT | Fichier de script |
WiaImgFmt_TIFF | format TIFF (Tagged Image File Format) |
WiaImgFmt_TXT | Fichier texte |
WiaImgFmt_UNICODE16 | Encodage Unicode 16 bits |
WiaImgFmt_WMF | Métafichier Windows |
WiaImgFmt_XML | Fichier XML |
WiaImgFmt_XmlBar | Fichier XML dont le contenu est conforme au schéma de métadonnées de code-barres WIA |
WiaImgFmt_XmlMic | Fichier XML dont le contenu est conforme au schéma de métadonnées WIA MICR |
WiaImgFmt_XmlPat | Fichier XML dont le contenu est conforme au schéma de métadonnées du code correctif WIA |
WiaImgFmt_XPS | Fichier de document XPS |
Tous les minidrivers WIA 2.0 doivent définir la valeur initiale de cette propriété sur sa valeur par défaut, qui est WiaImgFmt_BMP.
Configuration requise
En-tête : wiadef.h (inclure Wiadef.h)