| Visual Basic (Declaration) | |
|---|---|
Public Enum WiaFileFormats Inherits Enum  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
 | |
| C# | |
|---|---|
public enum WiaFileFormats : Enum  | |
| C++/CLI | |
|---|---|
public enum class WiaFileFormats : public Enum  | |
| Member | Description | 
|---|---|
| None | Indicates 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. | 
| Bmp | Windows bitmap with a header file. | 
| Ciff | Camera Image File format | 
| Emf | Extended Windows metafile. | 
| Exif | Exchangeable File Format. | 
| Fpx | FlashPix format. | 
| Gif | GIF image format. | 
| Ico | Windows icon file format. | 
| Jbig | The Joint Bi-level Image Experts Group (JBIG) format (supported only in Windows Vista and later). | 
| Jpeg | JPEG compressed format. | 
| J2k | JPEG 2000 compressed format. | 
| J2kx | JPEG 2000 compressed format. | 
| MemoryBmp | Windows bitmap without a header file (use this format when doing memory transfer). | 
| Pcd | Eastman Kodak file format. | 
| Pct | Apple file format. | 
| Png | W3C PNG format. | 
| Raw | Raw format for data transfers only. | 
| RawRgb | Raw RGB format. | 
| Tiff | Tag Image File Format. | 
| Wmf | Windows metafile. | 
| Rtf | Rich Text File format. | 
| Xml | XML file. | 
| Html | HTML format. | 
| Txt | Text file. | 
| Pdfa | The PDF/A (ISO/CD 19005-1) format (supported only in Windows Vista and later). | 
| Xps | XML Paper Specification (XPS) Package format (supported only in Windows Vista and later). | 
| Mpg | MPEG video format (not supported in either Windows Server 2003 or Windows Vista). | 
| Avi | AVI video format (not supported in either Windows Server 2003 or Windows Vista). | 
| Wav | WAV audio format. | 
| Mp3 | MP3 audio format. | 
| Aiff | AIFF audio format. | 
| Wma | WMA audio format. | 
| Asf | ASF video format (not supported in either Windows Server 2003 or Windows Vista). | 
| Script | Script file. | 
| Exec | Executable file. | 
| Unicode16 | UNICODE 16-bit encoding. | 
| Dpof | DPOF printing format. | 
For an example, refer to WiaSession.GetRootItem 
            
 
            
            
            System.Object
   System.ValueType
      System.Enum
         Leadtools.Wia.WiaFileFormats
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family, Windows Server 2008 family
  
   
                           
Copy Code