TIEAcquireParams.BitDepth
Declaration
property BitDepth: Integer;
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