'Declaration
Public Function TwainSetBitDepth( _ ByVal BitDepth As Integer _ ) As Boolean
public bool TwainSetBitDepth( int BitDepth )
public function TwainSetBitDepth( BitDepth: Integer ): Boolean;
public function TwainSetBitDepth( BitDepth : int ) : boolean;
public: bool TwainSetBitDepth( int BitDepth )
public: bool TwainSetBitDepth( int BitDepth )
Parameters
- BitDepth
- Bit Depth.
Return Value
True if success, else False -> Use TwainGetLastResultCode() and TwainGetLastConditionCode()
methods for diagnosing the error.