Specifies the bit depth (bits per channel) of the image to scan.
            
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 14.0.0.0
 Syntax
Syntax
 Examples
Examples
 CopyC#
CopyC#// acquire 48 bit (RGB, 16 bit per pixel) native pixels ieViewer.Image.LegacyBitmap=false; ieViewer.Image.NativePixelFormat=true; ieViewer.Image.TWainParams.BitDepth.CurrentValue=16; ieViewer.Image.Acquire();


























