ImageEn, unit iexAcquire

TIEAcquireParams.BitDepth

TIEAcquireParams.BitDepth

Declaration

property BitDepth: Integer; (Read/Write)

Description

Specifies the bit depth (bits per channel) of the image to scan.

Note:
To set the color depth, such as Monochome, use PixelType
Not supported for DCIM retrieval (i.e. when SelectedAcquireSource.Api = ieaDCIM)

Example

// acquire 48 bit (RGB, 16 bit per pixel) native pixels
ImageEnView1.IO.NativePixelFormat := true;
ImageEnView1.IO.AcquireParams.BitDepth := 16;
ImageEnView1.IO.Acquire();

See Also

BitDepth
WIA_IPA_DEPTH