WiaFileFormats Enumeration

Summary
Preferred image format to use when performing data transfer from the WIA source. For more information, please refer to the WIA_IPA_FORMAT property ID in the Microsoft Windows SDK Documentation.
Syntax
C#
VB
C++
public enum WiaFileFormats 
  
Public Enum WiaFileFormats  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
public enum class WiaFileFormats : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   
Members
ValueMemberDescription
0NoneIndicates that there is no transfer format currently set. The purpose of this member is to determine whether the WiaDataTransferProperties structure has a valid transfer format set.
1Bmp(0x0000000C)Windows bitmap with a header file.
2CiffCamera Image File format
3EmfExtended Windows metafile.
4ExifExchangeable File Format.
5FpxFlashPix format.
6GifGIF image format.
7IcoWindows icon file format.
8JbigThe Joint Bi-level Image Experts Group (JBIG) format (supported only in Windows Vista and later).
9JpegJPEG compressed format.
10J2kJPEG 2000 compressed format.
11J2kxJPEG 2000 compressed format.
12MemoryBmpWindows bitmap without a header file (use this format when doing memory transfer).
13PcdEastman Kodak file format.
14PctApple file format.
15PngW3C PNG format.
16RawRaw format for data transfers only.
17RawRgbRaw RGB format.
18TiffTag Image File Format.
19WmfWindows metafile.
20RtfRich Text File format.
21XmlXML file.
22HtmlHTML format.
23TxtText file.
24PdfaThe PDF/A (ISO/CD 19005-1) format (supported only in Windows Vista and later).
25XpsXML Paper Specification (XPS) Package format (supported only in Windows Vista and later).
26MpgMPEG video format (not supported in either Windows Server 2003 or Windows Vista).
27AviAVI video format (not supported in either Windows Server 2003 or Windows Vista).
28WavWAV audio format.
29Mp3MP3 audio format.
30AiffAIFF audio format.
31WmaWMA audio format.
32AsfWMV video format (not supported in either Windows Server 2003 or Windows Vista).
33ScriptScript file.
34ExecExecutable file.
35Unicode16UNICODE 16-bit encoding.
36DpofDPOF printing format.
Example

For an example, refer to WiaSession.GetRootItem

Requirements

Target Platforms

See Also

Reference

Leadtools.Wia Namespace

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Wia Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.