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