←Select platform

ImageDataType Property

Summary

Gets or sets the preferred data type to be used for the image when performing data transfer from a WIA source.

Syntax

C#
VB
C++
public Leadtools.Wia.WiaImageDataType ImageDataType {get; set;}
Public Property ImageDataType As Leadtools.Wia.WiaImageDataType
public: 
property Leadtools.Wia.WiaImageDataType ImageDataType { 
   Leadtools.Wia.WiaImageDataType get(); 
   void set (    Leadtools.Wia.WiaImageDataType ); 
} 

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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Wia Assembly
Click or drag to resize