LEADTOOLS WIA (Leadtools.Wia assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
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 System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As WiaFileFormats
C# 
public enum WiaFileFormats : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
public enum class WiaFileFormats : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
AiffAIFF audio format.
AsfWMV video format (not supported in either Windows Server 2003 or Windows Vista).
AviAVI video format (not supported in either Windows Server 2003 or Windows Vista).
BmpWindows bitmap with a header file.
CiffCamera Image File format
DpofDPOF printing format.
EmfExtended Windows metafile.
ExecExecutable file.
ExifExchangeable File Format.
FpxFlashPix format.
GifGIF image format.
HtmlHTML format.
IcoWindows icon file format.
J2kJPEG 2000 compressed format.
J2kxJPEG 2000 compressed format.
JbigThe Joint Bi-level Image Experts Group (JBIG) format (supported only in Windows Vista and later).
JpegJPEG compressed format.
MemoryBmpWindows bitmap without a header file (use this format when doing memory transfer).
Mp3MP3 audio format.
MpgMPEG video format (not supported in either Windows Server 2003 or Windows Vista).
NoneIndicates 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.
PcdEastman Kodak file format.
PctApple file format.
PdfaThe PDF/A (ISO/CD 19005-1) format (supported only in Windows Vista and later).
PngW3C PNG format.
RawRaw format for data transfers only.
RawRgbRaw RGB format.
RtfRich Text File format.
ScriptScript file.
TiffTag Image File Format.
TxtText file.
Unicode16UNICODE 16-bit encoding.
WavWAV audio format.
WmaWMA audio format.
WmfWindows metafile.
XmlXML file.
XpsXML Paper Specification (XPS) Package format (supported only in Windows Vista and later).

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 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also