'Declaration
Public Function TwainSetBitDepthReduction( _ ByVal BitDepthReduction As TwainBitDepthReduction _ ) As Boolean
public bool TwainSetBitDepthReduction( TwainBitDepthReduction BitDepthReduction )
public function TwainSetBitDepthReduction( BitDepthReduction: TwainBitDepthReduction ): Boolean;
public function TwainSetBitDepthReduction( BitDepthReduction : TwainBitDepthReduction ) : boolean;
public: bool TwainSetBitDepthReduction( TwainBitDepthReduction BitDepthReduction )
public: bool TwainSetBitDepthReduction( TwainBitDepthReduction BitDepthReduction )
Parameters
- BitDepthReduction
- Bit Depth reduction. A member of the TwainBitDepthReduction enumeration.
Return Value
True if success, else False -> Use TwainGetLastResultCode() and TwainGetLastConditionCode()
methods for diagnosing the error.