DTwainSource::EnumBitDepths

Top  Previous  Next

Syntax

bool DTwainSource::EnumBitDepths( DTwainLongArray& Array ) const;

 

Parameters

Array

Array that will store the supported bit depths for the current pixel type.

 

Return Value

true if successful, false otherwise.

 

Comments

This function fills the DTwainLongArray Array with the available bit depths for the current pixel type.  To set the bit depth, call DTwainSource::SetBitDepth.  To set the pixel type, call DTwainSource::SetPixelType.