In This Topic
GdPicture14 Namespace / GdPictureImaging Class / TwainIsAutoBrightnessEnabled Method

TwainIsAutoBrightnessEnabled Method (GdPictureImaging)

In This Topic
Asks to the opened source if the auto-brightness images capability is enabled or not.
Syntax
'Declaration
 
Public Function TwainIsAutoBrightnessEnabled() As Boolean
public bool TwainIsAutoBrightnessEnabled()
public function TwainIsAutoBrightnessEnabled(): Boolean; 
public function TwainIsAutoBrightnessEnabled() : boolean;
public: bool TwainIsAutoBrightnessEnabled(); 
public:
bool TwainIsAutoBrightnessEnabled(); 

Return Value

TRUE if the auto-brightness images is enabled, FALSE otherwise.
Remarks
Before using this method check that the TWAIN state is TWAIN_SOURCE_OPEN (4) To get the TWAIN state, use the TwainGetState() method.
See Also