WiaImageDataType Enumeration

Summary

The data types to be used for the image when performing data transfer from WIA source. For more information, please refer to the WIA_IPA_DATATYPE property ID in the Microsoft Windows SDK Documentation.

Syntax
C#
VB
C++
public enum WiaImageDataType 
  
Public Enum WiaImageDataType  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
public enum class WiaImageDataType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   

Members
ValueMemberDescription
0Threshold(0x00000004)Threshold.
1Dither(0x00000005)Dither.
2GrayscaleGrayscale.
3ColorColor.
4ColorThresholdColorThreshold.
5ColorDitherColorDither.
6RawRgbRawRgb.
7RawBgrRawBgr.
8RawYuvRawYuv.
9RawYuvkRawYuvk.
10RawCmyRawCmy.
11RawCmykRawCmyk.

Example

For an example, refer to WiaSession.GetRootItem

Requirements

Target Platforms

See Also

Reference

Leadtools.Wia Namespace

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