PixelType is the type of pixel data that a scanner is capable of acquiring.

Notes:

- Not supported for DCIM retrieval

- Passing ieapOther as the PixelType will acquire using the default/current properties

You can determine what formats the device supports by using IsPixelTypeSupported

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public AcquireParams..::..AcquirePixelType PixelType { get; set; }
Public Property PixelType As AcquireParams..::..AcquirePixelType
	Get
	Set

See Also