LEADTOOLS WIA (Leadtools.Wia assembly)

ImageDataType Property

Show in webframe





Gets or sets the preferred data type to be used for the image when performing data transfer from a WIA source.
Syntax
public WiaImageDataType ImageDataType {get; set;}
'Declaration
 
Public Property ImageDataType As WiaImageDataType
'Usage
 
Dim instance As WiaDataTransferProperties
Dim value As WiaImageDataType
 
instance.ImageDataType = value
 
value = instance.ImageDataType

            

            
public:
property WiaImageDataType ImageDataType {
   WiaImageDataType get();
   void set (    WiaImageDataType value);
}

Property Value

The preferred data type to be used for the image when performing data transfer from a WIA source. Possible values are (according to Microsoft SDK documentation):

WiaImageDataType.Threshold

WiaImageDataType.Dither

WiaImageDataType.Grayscale

WiaImageDataType.Color

WiaImageDataType.ColorThreshold

WiaImageDataType.ColorDither

WiaImageDataType.RawBgr

WiaImageDataType.RawCmy

WiaImageDataType.RawCmyk

WiaImageDataType.RawRgb

WiaImageDataType.RawYuv

WiaImageDataType.RawYuvk

For more information about these image data types, please refer to WIA_IPA_DATATYPE property ID in Microsoft Windows SDK Documentation.

Example
Refer to WiaSession.GetRootItem example.
Requirements

Target Platforms

See Also

Reference

WiaDataTransferProperties Structure
WiaDataTransferProperties Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.