Format Property

Summary

Gets or sets the preferred image format to use when performing data transfer from WIA source.

Syntax
C#
VB
C++
public WiaFileFormats Format { get; set; } 
  
Public Property Format As WiaFileFormats 
public: 
property WiaFileFormats Format { 
   WiaFileFormats get(); 
   void set (    WiaFileFormats ); 
} 

Property Value

The preferred image format to use when performing data transfer from WIA source. Possible values are (according to Microsoft SDK documentation):

WiaFileFormats.None

Use this value only to determine whether the WiaDataTransferProperties structure is filled with a valid format.

WiaFileFormats.MemoryBmp

Windows bitmap without a header file (use this format when doing memory transfer).

WiaFileFormats.Bmp

Windows bitmap with a header file.

WiaFileFormats.Ciff

Camera Image File format (not supported in Windows Vista).

WiaFileFormats.Emf

Extended Windows metafile.

WiaFileFormats.Exif

Exchangeable File Format.

WiaFileFormats.Fpx

FlashPix format.

WiaFileFormats.Gif

GIF image format.

WiaFileFormats.Ico

Windows icon file format.

WiaFileFormats.Jbig

The Joint Bi-level Image Experts Group (JBIG) format (supported only in Windows Vista and later).

WiaFileFormats.Jpeg

JPEG compressed format.

WiaFileFormats.J2k

JPEG 2000 compressed format.

WiaFileFormats.J2kx

JPEG 2000 compressed format.

WiaFileFormats.Pcd

Eastman Kodak file format.

WiaFileFormats.Pct

Apple file format.

WiaFileFormats.Png

W3C PNG format.

WiaFileFormats.Raw

Raw format for data transfers only.

WiaFileFormats.RawRgb

Raw RGB format.

WiaFileFormats.Tiff

Tag Image File Format.

WiaFileFormats.Wmf

Windows metafile.

WiaFileFormats.Rtf

Rich Text File format.

WiaFileFormats.Xml

XML file.

WiaFileFormats.Html

HTML format.

WiaFileFormats.Txt

Text file.

WiaFileFormats.Pdfa

The PDF/A (ISO/CD 19005-1) format (supported only in Windows Vista and later).

WiaFileFormats.Xps

XML Paper Specification (XPS) Package format (supported only in Windows Vista and later).

WiaFileFormats.Mpg

MPEG video format (not supported in either Windows Server 2003 or Windows Vista).

WiaFileFormats.Avi

AVI video format (not supported in either Windows Server 2003 or Windows Vista).

WiaFileFormats.Wav

WAV audio format.

WiaFileFormats.Mp3

MP3 audio format.

WiaFileFormats.Aiff

AIFF audio format.

WiaFileFormats.Wma

WMA audio format.

WiaFileFormats.Asf

WMV video format (not supported in either Windows Server 2003 or Windows Vista).

WiaFileFormats.Script

Script file.

WiaFileFormats.Exec

Executable file.

WiaFileFormats.Unicode16

UNICODE 16-bit encoding.

WiaFileFormats.Dpof

DPOF printing format.

For more information about these compression types, please refer to WIA_IPA_FORMAT property ID in Microsoft Windows SDK Documentation.

Example

Refer to WiaSession.GetRootItem example.

Requirements

Target Platforms

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

Leadtools.Wia Assembly