In This Topic
GdPicture14 Namespace / GdPictureImaging Class / TwainIsAutomaticColorEnabled Method

TwainIsAutomaticColorEnabled Method (GdPictureImaging)

In This Topic
Asks to the opened source if the automatic color detection capability is enabled or not.
Syntax
'Declaration
 
Public Function TwainIsAutomaticColorEnabled() As Boolean
public bool TwainIsAutomaticColorEnabled()
public function TwainIsAutomaticColorEnabled(): Boolean; 
public function TwainIsAutomaticColorEnabled() : boolean;
public: bool TwainIsAutomaticColorEnabled(); 
public:
bool TwainIsAutomaticColorEnabled(); 

Return Value

TRUE if the automatic color detection 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