Returns true if the device supports acquisition using the specified pixelType.

Notes:

- Twain devices: Checks capabilities of both PixelType and BitDepth

- WIA devices: Always returns true

- DCIM: Returns true for Other, otherwise false

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool IsPixelTypeSupported(
	AcquireParams..::..AcquirePixelType pixelType
)
Public Function IsPixelTypeSupported ( _
	pixelType As AcquireParams..::..AcquirePixelType _
) As Boolean
public:
bool IsPixelTypeSupported(
	AcquireParams..::..AcquirePixelType pixelType
)

Parameters

pixelType
AcquireParams..::..AcquirePixelType
Image pixel type

Return Value

See Also