TwainIsGammaAvailable Method (GdPictureImaging)
Asks to the opened source if she can support the gamma correction capability.
public bool TwainIsGammaAvailable()
public function TwainIsGammaAvailable(): Boolean;
public function TwainIsGammaAvailable() : boolean;
public: bool TwainIsGammaAvailable();
public:
bool TwainIsGammaAvailable();
'Declaration
Public Function TwainIsGammaAvailable() As Boolean
Return Value
TRUE if support gamma correction, FALSE otherwise -> Use TwainGetLastResultCode() and
TwainGetLastConditionCode() methods for diagnosing the error.