In This Topic
GdPicture14 Namespace / GdPictureImaging Class / TwainHasFlatBed Method

TwainHasFlatBed Method (GdPictureImaging)

In This Topic
Asks to the opened source if it has a flatbed.
Syntax
'Declaration
 
Public Function TwainHasFlatBed() As Boolean
public bool TwainHasFlatBed()
public function TwainHasFlatBed(): Boolean; 
public function TwainHasFlatBed() : boolean;
public: bool TwainHasFlatBed(); 
public:
bool TwainHasFlatBed(); 

Return Value

True if the source indicates it has a flatbed else False.
Remarks
Before using this method check that the TWAIN state is >= 4 (TWAIN_SOURCE_OPEN) To get the TWAIN state, use the TwainGetState() method.
See Also