Leadtools.Wia Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
WiaFileFormats Enumeration
See Also  
Leadtools.Wia Namespace : WiaFileFormats Enumeration



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

Visual Basic (Declaration) 
Public Enum WiaFileFormats 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As WiaFileFormats
C# 
public enum WiaFileFormats : Enum 
C++/CLI 
public enum class WiaFileFormats : public Enum 

Members

MemberDescription
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.

Example

For an example, refer to WiaSession.GetRootItem

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Wia.WiaFileFormats

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family, Windows Server 2008 family

See Also