ImageEn, unit ietwain

TIETwainParams.BitDepth

TIETwainParams.BitDepth

Declaration

property BitDepth: TIEIntegerList;

Description

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

Twain Property: ICAP_BITDEPTH

Note: Use IsCapabilitySupported to determine if this capability is supported by the current scanner

Example

// acquire 48 bit (RGB, 16 bit per channel) native pixel format image
ImageEnView1.IO.NativePixelFormat := true;
ImageEnView1.IO.TwainParams.BitDepth.CurrentValue := 16;
ImageEnView1.IO.Acquire();